Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv25823
Modified Files:
texrc
Log Message:
. There are still some serious bugs in the smartspace mapping. Also, in
accordance with the the philosophy of "no surprises even if you haven't
read the surprises", I am reluctant to do something as agressive as
setting 'tw' to zero by default. People who want this should read the
docs, understand the implications and then activate this option.
Index: texrc
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** texrc 29 Dec 2002 23:42:43 -0000 1.17
--- texrc 5 Jan 2003 04:39:31 -0000 1.18
***************
*** 4,8 ****
" Author: Srinath Avadhanula
" Created: Mon Apr 01 11:00 AM 2002 PST
! " Last Change: Sat Dec 28 09:00 PM 2002 PST
"
" Description: This file contains resource configuration information for the
--- 4,8 ----
" Author: Srinath Avadhanula
" Created: Mon Apr 01 11:00 AM 2002 PST
! " Last Change: Sat Jan 04 08:00 PM 2003 PST
"
" Description: This file contains resource configuration information for the
***************
*** 390,394 ****
" broken across lines.
" NOTE: Setting this to 1 has the side-effect of making the 'tw' setting be 0.
! TexLet g:Tex_SmartKeySpace = 1
" Pressing ... (3 dots) results in \ldots outside math mode and \cdots in math
--- 390,394 ----
" broken across lines.
" NOTE: Setting this to 1 has the side-effect of making the 'tw' setting be 0.
! TexLet g:Tex_SmartKeySpace = 0
" Pressing ... (3 dots) results in \ldots outside math mode and \cdots in math
|