Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv3118/ftplugin/latex-suite
Modified Files:
texrc
Log Message:
I updated the comments above the Tex_SmartQuoteOpen and
Tex_SmartQuoteClose variables.
Index: texrc
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** texrc 14 Jan 2003 13:40:56 -0000 1.20
--- texrc 15 Jan 2003 16:23:13 -0000 1.21
***************
*** 390,394 ****
" Users of other languages might want to change the quote characters to suit
! " their locale.
TexLet g:Tex_SmartQuoteOpen = "``"
TexLet g:Tex_SmartQuoteClose = "''"
--- 390,396 ----
" Users of other languages might want to change the quote characters to suit
! " their locale. These global values will be ignored if there are buffer-local
! " versions, which may be set in the language-specific package files, such as
! " ftplugin/latex-suite/packages/german
TexLet g:Tex_SmartQuoteOpen = "``"
TexLet g:Tex_SmartQuoteClose = "''"
|