Re: [Vim-latex-devel] shortcite
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2012-07-09 07:26:10
|
>> 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 <te...@te...> |