Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages
In directory sc8-pr-cvs1:/tmp/cvs-serv987/ftplugin/latex-suite/packages
Modified Files:
polski
Log Message:
I replaced
IMAP() with Tex_IMAP()
and
IMAP_PutTextWithMovement() with Tex_PutTextWithMovement()
This is a preliminary step before rewriting these two functions.
Index: polski
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/polski,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** polski 12 Dec 2002 23:40:15 -0000 1.7
--- polski 13 Dec 2002 17:24:27 -0000 1.8
***************
*** 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
"
--- 1,5 ----
" Author: Mikolaj Machowski <mi...@wp...>
" (c) Copyright by Mikolaj Machowski 2002
! " Last Change: Fri Dec 13 12:00 PM 2002 EST
" License: Vim Charityware
"
***************
*** 49,53 ****
" u¿ywasz (albo go ¶ci±gnij z http://vim-latex.sf.net)
function! TPackagePolskiTylda()
! call IMAP (" ---", "~---", "tex")
endfunction
call TPackagePolskiTylda()
--- 49,53 ----
" u¿ywasz (albo go ¶ci±gnij z http://vim-latex.sf.net)
function! TPackagePolskiTylda()
! call Tex_IMAP (" ---", "~---", "tex")
endfunction
call TPackagePolskiTylda()
|