From 2cb9b3228881a84b6858a12c98446d4cd5dd448b Mon Sep 17 00:00:00 2001 From: Mateus Dubiela Oliveira Date: Fri, 22 Nov 2013 19:11:20 -0200 Subject: [PATCH] Added foldmethod to the plugin file --- plugin/surround.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/surround.vim b/plugin/surround.vim index 05b1c5c..18b0580 100644 --- a/plugin/surround.vim +++ b/plugin/surround.vim @@ -585,4 +585,4 @@ if !exists("g:surround_no_mappings") || ! g:surround_no_mappings endif endif -" vim:set ft=vim sw=2 sts=2 et: +" vim:set ft=vim foldmethod=marker sw=2 sts=2 et: