Update of /cvsroot/vim-latex/vimfiles/ftplugin/tex
In directory sc8-pr-cvs1:/tmp/cvs-serv459
Modified Files:
texviewer.vim
Log Message:
Corrected an obvious syntax error. I dont know what was being attempted
here though. Mikolaj: Please document this file better! It would be really
nice if you could send out an email to the vim-latex-devel list outlining
the feature you are going to implement and how you plant to do it before
actually doing it. This way we all have a say in whats going on... Also
better documentation is a must! There is no mention anywhere what this
"plugintype" thing is supposed to be.
Index: texviewer.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/tex/texviewer.vim,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** texviewer.vim 29 Jun 2003 08:31:04 -0000 1.29
--- texviewer.vim 30 Jun 2003 01:27:19 -0000 1.30
***************
*** 145,149 ****
call <SID>Tex_explore_window("input")
! elseif exists("g:Tex_completion_{s:type}")
call <SID>CompleteName('plugin_'.s:type)
--- 145,149 ----
call <SID>Tex_explore_window("input")
! elseif exists("g:Tex_completion_".s:type)
call <SID>CompleteName('plugin_'.s:type)
|