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: