[Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages polski,1.8,1.8.2.1
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2002-12-19 12:19:04
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages In directory sc8-pr-cvs1:/tmp/cvs-serv19503/ftplugin/latex-suite/packages Modified Files: Tag: b-newimaps polski Log Message: . Revert back Tex_IMAP() to IMAP() and Tex_PutTextWithMovement() to IMAP_PutTextWithMovement(). Index: polski =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/polski,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -C2 -d -r1.8 -r1.8.2.1 *** polski 13 Dec 2002 17:24:27 -0000 1.8 --- polski 19 Dec 2002 12:19:01 -0000 1.8.2.1 *************** *** 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 " --- 1,5 ---- " Author: Mikolaj Machowski <mi...@wp...> " (c) Copyright by Mikolaj Machowski 2002 ! " Last Change: Thu Dec 19 03:00 AM 2002 PST " License: Vim Charityware " *************** *** 49,53 **** " u¿ywasz (albo go ¶ci±gnij z http://vim-latex.sf.net) function! TPackagePolskiTylda() ! call Tex_IMAP (" ---", "~---", "tex") endfunction call TPackagePolskiTylda() --- 49,53 ---- " u¿ywasz (albo go ¶ci±gnij z http://vim-latex.sf.net) function! TPackagePolskiTylda() ! call IMAP (" ---", "~---", "tex") endfunction call TPackagePolskiTylda() |