From: stack Date: Wed, 20 Feb 2013 18:23:03 +0000 (+0100) Subject: Removed folding X-Git-Url: https://v.licheni.net/stack/conf/vim.git/commitdiff_plain/2a3c6bdfbb8b1377beafa8c7ad2a2a695afb56ab?ds=sidebyside Removed folding --- diff --git a/vimrc b/vimrc index 2b6b92a..a49c5a1 100644 --- a/vimrc +++ b/vimrc @@ -71,16 +71,6 @@ set expandtab " space instead of tabs set smarttab "Use the "shiftwidth" setting for inserting s instead of the "tabstop" setting, when at the beginning of a line. set nowrap " do not wrap lines -""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" Folding -" Enable folding, but by default make it act like folding is off, because folding is annoying in anything but a few rare cases -""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -set foldenable " Turn on folding -set foldmethod=indent " Make folding indent sensitive -set foldlevel=100 " Don't autofold anything (but I can still fold manually) -set foldopen-=search " don't open folds when you search into them -set foldopen-=undo " don't open folds when you undo stuff - """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Mouse Settings """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""