Re: [Vim-latex-cvs] vimfiles/plugin imaps.vim,1.11,1.11.2.1
Brought to you by:
srinathava,
tmaas
|
From: Benji F. <be...@me...> - 2002-12-29 20:57:50
|
sri...@us... wrote:
> 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...
It looks as though this only changes the time stamp. Didn't you
want to remove the "(a:ft == '' ? '' : '<buffer>')"?
--Benji
> 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("' .
|