[Vim-latex-cvs] vimfiles/plugin imaps.vim,1.33.2.1,1.33.2.2
Brought to you by:
srinathava,
tmaas
|
From: <sri...@us...> - 2003-11-26 05:54:18
|
Update of /cvsroot/vim-latex/vimfiles/plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv24110
Modified Files:
Tag: release-1-5
imaps.vim
Log Message:
backport from main trunk.
Index: imaps.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/plugin/imaps.vim,v
retrieving revision 1.33.2.1
retrieving revision 1.33.2.2
diff -C2 -d -r1.33.2.1 -r1.33.2.2
*** imaps.vim 13 Nov 2003 09:35:45 -0000 1.33.2.1
--- imaps.vim 26 Nov 2003 05:54:15 -0000 1.33.2.2
***************
*** 697,701 ****
endif
let textEnc = iconv(a:text, "latin1", "utf8")
! if textEnc !~ '\V\^' . escape(a:text, '\') . '\$''
call IMAP_Debug('Encoding problems with text '.a:text.' ', 'imap')
endif
--- 697,701 ----
endif
let textEnc = iconv(a:text, "latin1", "utf8")
! if textEnc !~ '\V\^' . escape(a:text, '\') . '\$'
call IMAP_Debug('Encoding problems with text '.a:text.' ', 'imap')
endif
|