[Vim-latex-cvs] vimfiles/ftplugin/tex texviewer.vim,1.31.2.1,1.31.2.2
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-08-28 19:35:40
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/tex In directory sc8-pr-cvs1:/tmp/cvs-serv4949 Modified Files: Tag: filebrowser-branch texviewer.vim Log Message: Very minor bug fix. Index: texviewer.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/tex/texviewer.vim,v retrieving revision 1.31.2.1 retrieving revision 1.31.2.2 diff -C2 -d -r1.31.2.1 -r1.31.2.2 *** texviewer.vim 28 Aug 2003 19:22:14 -0000 1.31.2.1 --- texviewer.vim 28 Aug 2003 19:35:34 -0000 1.31.2.2 *************** *** 170,174 **** " Tex_CompleteWord: inserts a word at the chosen location {{{ " Description: ! function! <SID>Tex_CompleteWord(completeword) exe s:pos --- 170,174 ---- " Tex_CompleteWord: inserts a word at the chosen location {{{ " Description: ! function! Tex_CompleteWord(completeword) exe s:pos |