diff vimrc @ 127:39f36bd51c23

Fix folding in vimrc
author zegervdv <zegervdv@me.com>
date Tue, 30 Sep 2014 18:03:38 +0200
parents 5ec9c636da2a
children 51924b069324
line wrap: on
line diff
--- a/vimrc	Tue Sep 30 17:32:18 2014 +0200
+++ b/vimrc	Tue Sep 30 18:03:38 2014 +0200
@@ -394,10 +394,9 @@
     endif
 endfunction
 " }}}
-" }}}
-
 " VHDL ctags
 let g:tlist_vhdl_settings   = 'vhdl;d:package declarations;b:package bodies;e:entities;a:architecture specifications;t:type declarations;p:processes;f:functions;r:procedures'
+" }}}
 " Latex {{{
 " Compile using rubber
 nnoremap <leader>m :w<CR>:VimProcBang rubber --pdf --warn all %<CR>