Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages
In directory sc8-pr-cvs1:/tmp/cvs-serv20988
Modified Files:
polski
Log Message:
SmartQuotes for polski (Jakub Turski)
Index: polski
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/polski,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** polski 5 Jan 2003 21:47:08 -0000 1.10
--- polski 11 Apr 2003 11:27:16 -0000 1.11
***************
*** 54,57 ****
--- 54,61 ----
" --------8<-------------
+ " Polskie znaki cudzyslowow
+ TexLet g:Tex_SmartQuoteOpen = ",,"
+ TexLet g:Tex_SmartQuoteClose = "''"
+
" Zmodyfikowana i rozwinieta funkcja Andrzeja Ostruszki
" Z dodatkiem od Benjiego Fishera (sprawdzanie sk³adni)
***************
*** 87,91 ****
function! s:Tex_polish_space()
"Nic magicznego w matematyce
! if synIDattr(synID(line('.'),col('.')-1,0),"name") =~ '^texMath\|^texZone'
return ' '
else
--- 91,95 ----
function! s:Tex_polish_space()
"Nic magicznego w matematyce
! if synIDattr(synID(line('.'),col('.')-1,0),"name") =~ '^texMath\|^texZone\^texRefZone'
return ' '
else
|