Update of /cvsroot/vim-latex/vimfiles/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv1241
Modified Files:
latex-suite.txt
Log Message:
Typo in docs. Visual macros for sections start with comma (,) not backtick
(`).
Index: latex-suite.txt
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** latex-suite.txt 22 Dec 2002 03:00:35 -0000 1.10
--- latex-suite.txt 29 Dec 2002 23:51:30 -0000 1.11
***************
*** 1,5 ****
*latex-suite* Tools for an enhanced LaTeX environment in Vim
For Vim version 6.0 and above.
! Last Change: Sat Dec 14 02:00 AM 2002 PST
By Srinath Avadhanula <sr...@fa...>,
--- 1,5 ----
*latex-suite* Tools for an enhanced LaTeX environment in Vim
For Vim version 6.0 and above.
! Last Change: Sat Dec 28 09:00 PM 2002 PST
By Srinath Avadhanula <sr...@fa...>,
***************
*** 299,303 ****
SSE in insert mode inserts >
\section{<++>}<++>
! < If you select a word or line and press `se, then you get >
\section{section name}
< The menu item in Tex-Environments.Sections have a sub-menu called
--- 299,303 ----
SSE in insert mode inserts >
\section{<++>}<++>
! < If you select a word or line and press ,se, then you get >
\section{section name}
< The menu item in Tex-Environments.Sections have a sub-menu called
|