181d0ea03b77

vim: setlocal is bad DERP
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Jun 2010 16:50:47 -0400
parents 52be542a43c1
children 7ee2661d5bd8
branches/tags (none)
files vim/.vimrc

Changes

--- a/vim/.vimrc	Thu Jun 10 14:25:12 2010 -0400
+++ b/vim/.vimrc	Thu Jun 10 16:50:47 2010 -0400
@@ -93,7 +93,7 @@
 vnoremap <F1> za
 au BufNewFile,BufRead *.html map <leader>ft Vatzf
 
-setlocal foldtext=MyFoldText()
+set foldtext=MyFoldText()
 function! MyFoldText()
     let line = getline(v:foldstart)