Update of /cvsroot/vim-latex/vimfiles/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv29683
Modified Files:
latex-suite.txt
Log Message:
info about first hightlighted line
in cwindow for cite/ref completion
Index: latex-suite.txt
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** latex-suite.txt 2 Apr 2003 20:59:21 -0000 1.14
--- latex-suite.txt 3 Apr 2003 11:54:10 -0000 1.15
***************
*** 425,429 ****
In cwindow you can move with j and k keys. Contex window will be automatically
! updated. If information visible in context window is not enough you can use
J and K keys to move content of context window (without leaving cwindow).
After you choose correct bibentry press <cr>. Additional windows will close
--- 425,433 ----
In cwindow you can move with j and k keys. Contex window will be automatically
! updated. Current line will be highlighted. Note: first line is still
! highlighted. This is normal line of |quickfix|. You can use instead j and k
! |:cnext| and |:cprev| commands.
!
! If information visible in context window is not enough you can use
J and K keys to move content of context window (without leaving cwindow).
After you choose correct bibentry press <cr>. Additional windows will close
|