[Vim-latex-cvs] vimfiles/ftplugin/latex-suite texrc,1.16,1.17
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2002-12-29 23:42:46
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv31792 Modified Files: texrc Log Message: Disabling diacritics by default. It looks like most people who need accented characters are able to type them directly, and for those who can't, these maps only save one keystroke, while causing a _lot_ of headaches for people who do not use diacritics. Index: texrc =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** texrc 22 Dec 2002 03:00:50 -0000 1.16 --- texrc 29 Dec 2002 23:42:43 -0000 1.17 *************** *** 4,8 **** " Author: Srinath Avadhanula " Created: Mon Apr 01 11:00 AM 2002 PST ! " Last Change: Sat Dec 21 06: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 Dec 28 09:00 PM 2002 PST " " Description: This file contains resource configuration information for the *************** *** 229,233 **** " +} = \"a " :o = \^o ! TexLet g:Tex_Diacritics = 1 " }}} --- 229,233 ---- " +} = \"a " :o = \^o ! TexLet g:Tex_Diacritics = 0 " }}} |