From 4a51f34d5b06e58058144ea2471b1441a6cd8b99 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Mon, 25 Feb 2013 09:45:58 +0100 Subject: [PATCH] Set foldmethod to marker. --- plugin/gitgutter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/gitgutter.vim b/plugin/gitgutter.vim index 03c80f8..b9fdc76 100644 --- a/plugin/gitgutter.vim +++ b/plugin/gitgutter.vim @@ -210,4 +210,4 @@ augroup END " }}} -" vim:set et sw=2: +" vim:set et sw=2 fdm=marker: