[Vim-latex-cvs] vimfiles/ftplugin/latex-suite packages.vim,1.31,1.32
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-04-08 08:45:07
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv19697 Modified Files: packages.vim Log Message: replaced endwhile and endif. I dont know how it passed :( Index: packages.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages.vim,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** packages.vim 7 Apr 2003 20:53:03 -0000 1.31 --- packages.vim 8 Apr 2003 08:45:01 -0000 1.32 *************** *** 416,422 **** let id = id + 1 ! endif - endwhile let fn = fn + 1 --- 416,423 ---- let id = id + 1 ! endwhile ! ! endif let fn = fn + 1 |