Mercurial > dotfiles.old
changeset 127:39f36bd51c23
Fix folding in vimrc
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 30 Sep 2014 18:03:38 +0200 |
parents | d0cd259345f3 |
children | 51924b069324 |
files | vimrc |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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>