[Vim-latex-cvs] vimfiles/plugin imaps.vim,1.11,1.11.2.1
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2002-12-27 21:57:39
|
Update of /cvsroot/vim-latex/vimfiles/plugin In directory sc8-pr-cvs1:/tmp/cvs-serv20120 Modified Files: Tag: b-newpackages imaps.vim Log Message: . making IMAP() create global map, not buffer local. This commit might also cause a conflict... Index: imaps.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/plugin/imaps.vim,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -C2 -d -r1.11 -r1.11.2.1 *** imaps.vim 22 Dec 2002 03:39:06 -0000 1.11 --- imaps.vim 27 Dec 2002 21:57:36 -0000 1.11.2.1 *************** *** 8,12 **** " while preserving filetype indentation. " ! " Last Change: Sat Dec 21 10:00 PM 2002 EST " " Documentation: {{{ --- 8,12 ---- " while preserving filetype indentation. " ! " Last Change: Tue Dec 24 04:00 AM 2002 PST " " Documentation: {{{ *************** *** 179,183 **** let lastLHSChar = '<space>' end ! exe 'inoremap <silent>' (a:ft== '' ? '' : '<buffer>') \ escape(lastLHSChar, '|') \ '<C-r>=<SID>LookupCharacter("' . --- 179,183 ---- let lastLHSChar = '<space>' end ! exe 'inoremap <silent>' (a:ft == '' ? '' : '<buffer>') \ escape(lastLHSChar, '|') \ '<C-r>=<SID>LookupCharacter("' . |