>> for shortcite (and do something similar for your other options). > > I actually do not want to go this way. When tex.vim gets updated, I have > to copy it over again, patch in my stuff again etc. Thus I hope for > finding a way to do it locally as in an extra file that extends the > already existing tex.vim.
Okay, fine, then add something like: au BufWinEnter *.tex let w:m1=matchadd('texRefZone', '\\shortcite', -1) To your .vimrc for each citation that you'd like to add. -- Ted Pavlic <t...@tedpavlic.com> ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel