[Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages polski,1.6,1.7
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2002-12-12 23:40:18
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages In directory sc8-pr-cvs1:/tmp/cvs-serv685 Modified Files: polski Log Message: turning off magic space in verbatim type environments Index: polski =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/polski,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** polski 10 Dec 2002 21:13:32 -0000 1.6 --- polski 12 Dec 2002 23:40:15 -0000 1.7 *************** *** 1,5 **** " Author: Mikolaj Machowski <mi...@wp...> " (c) Copyright by Mikolaj Machowski 2002 ! " Last Change: wto gru 10 09:00 2002 C " License: Vim Charityware " --- 1,5 ---- " Author: Mikolaj Machowski <mi...@wp...> " (c) Copyright by Mikolaj Machowski 2002 ! " Last Change: czw gru 12 11:00 2002 C " License: Vim Charityware " *************** *** 87,91 **** function! s:Tex_polish_space() "Nic magicznego w matematyce ! if synIDattr(synID(line('.'),col('.')-1,0),"name") =~ '^texMath' return ' ' else --- 87,91 ---- function! s:Tex_polish_space() "Nic magicznego w matematyce ! if synIDattr(synID(line('.'),col('.')-1,0),"name") =~ '^texMath\|^texZone' return ' ' else |