# HG changeset patch # User zegervdv # Date 1408959067 -7200 # Node ID 2c5bc2d9a29f6aa92b5fb857ff25f1e7e43b33b2 # Parent f9b3b13dc44a766e17dfcb789ff1d2a60cdfef6f Improve VHDL support diff -r f9b3b13dc44a -r 2c5bc2d9a29f .hgsub --- a/.hgsub Sat Aug 23 10:41:00 2014 +0200 +++ b/.hgsub Mon Aug 25 11:31:07 2014 +0200 @@ -4,7 +4,6 @@ vim/bundle/ruby = [git]https://github.com/vim-ruby/vim-ruby.git vim/bundle/sensible = [git]https://github.com/tpope/vim-sensible.git vim/bundle/surround = [git]https://github.com/tpope/vim-surround.git -vim/bundle/vhdl = [git]https://github.com/allgood38/vim-vhdl.git vim/bundle/addon-mw-utils = [git]https://github.com/MarcWeber/vim-addon-mw-utils.git vim/bundle/tlib = [git]https://github.com/tomtom/tlib_vim.git vim/bundle/latex = [git]git://git.code.sf.net/p/vim-latex/vim-latex diff -r f9b3b13dc44a -r 2c5bc2d9a29f .hgsubstate --- a/.hgsubstate Sat Aug 23 10:41:00 2014 +0200 +++ b/.hgsubstate Mon Aug 25 11:31:07 2014 +0200 @@ -53,7 +53,6 @@ e12b7af827ea19b6bf979516532a27fb16396a24 vim/bundle/unite-build 20c30e26d4405b88b7030dcfd2fe527178863dcf vim/bundle/unite-outline 0dd146b4b028d9300ca730128b027cf8ba83b7b8 vim/bundle/unite-tag -6c7b03a2a0abdfd0dabd26602f8a32955abe0181 vim/bundle/vhdl 6773a22dab67d55eded1fe4b40119a36d9b04f26 vim/bundle/vim-session e2ca266b5a9eb18fca973820974ad8467a51aed2 vim/bundle/vimfiler 242ae46a890f31c0a9db70949cba90abd4e157a2 vim/bundle/vimproc diff -r f9b3b13dc44a -r 2c5bc2d9a29f vimrc --- a/vimrc Sat Aug 23 10:41:00 2014 +0200 +++ b/vimrc Mon Aug 25 11:31:07 2014 +0200 @@ -163,7 +163,7 @@ " Move between tabs map w :tabprevious -map m :tabnext +map n :tabnext " Move between splits map j @@ -395,6 +395,9 @@ 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 m :w:VimProcBang rubber --pdf --warn all %