Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory usw-pr-cvs1:/tmp/cvs-serv14141
Modified Files:
compiler.vim
Log Message:
I must be drunk!!! After saying winnr() doesnt take any arguments, I wrote
it down as winnr(''). Wow! Fixed it (finally).
Hint to myself: Do not do any mode coding today.
Index: compiler.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/compiler.vim,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** compiler.vim 14 Nov 2002 02:46:08 -0000 1.10
--- compiler.vim 14 Nov 2002 02:49:23 -0000 1.11
***************
*** 111,115 ****
exec 'make '.mainfname
! let winnum = winnr('')
cwindow
" just open the cwindow, do not remain there...
--- 111,115 ----
exec 'make '.mainfname
! let winnum = winnr()
cwindow
" just open the cwindow, do not remain there...
|