[Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages moreverb,1.1,1.2
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-04-11 21:21:44
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages In directory sc8-pr-cvs1:/tmp/cvs-serv2299 Modified Files: moreverb Log Message: first example of pluginable explorer completion - verbatimtabinput command Index: moreverb =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/moreverb,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** moreverb 5 Jan 2003 21:47:08 -0000 1.1 --- moreverb 11 Apr 2003 21:21:39 -0000 1.2 *************** *** 12,15 **** --- 12,17 ---- \.'brs:verbatimtabinput[<++>]{<++>}' + let g:Tex_completion_explorer = g:Tex_completion_explorer.'verbatimtabinput,' + syn region texZone start="\\begin{verbatimwrite}" end="\\end{verbatimwrite}\|%stopzone\>" fold syn region texZone start="\\begin{verbatimtab}" end="\\end{verbatimtab}\|%stopzone\>" fold |