From 0e432946483633dd8843efb7b52276b38fe0b42a Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 6 Nov 2013 15:02:45 -0800 Subject: [PATCH] Use markers for folds in Vim scripts --- vim/after/ftplugin/vim.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/after/ftplugin/vim.vim diff --git a/vim/after/ftplugin/vim.vim b/vim/after/ftplugin/vim.vim new file mode 100644 index 0000000..b18cb38 --- /dev/null +++ b/vim/after/ftplugin/vim.vim @@ -0,0 +1 @@ +setlocal foldmethod=marker