[Vim-latex-cvs] vimfiles/plugin imaps.vim,1.33,1.33.2.1
Brought to you by:
srinathava,
tmaas
|
From: <sri...@us...> - 2003-11-13 09:35:48
|
Update of /cvsroot/vim-latex/vimfiles/plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv3752
Modified Files:
Tag: release-1-5
imaps.vim
Log Message:
merged bug fix from main branch 1.33 and 1.34
Index: imaps.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/plugin/imaps.vim,v
retrieving revision 1.33
retrieving revision 1.33.2.1
diff -C2 -d -r1.33 -r1.33.2.1
*** imaps.vim 6 Sep 2003 20:07:25 -0000 1.33
--- imaps.vim 13 Nov 2003 09:35:45 -0000 1.33.2.1
***************
*** 640,644 ****
" s:RemoveLastHistoryItem: removes last search item from search history {{{
" Description: Execute this string to clean up the search history.
! let s:RemoveLastHistoryItem = ':call histdel("/", -1)|let @/=Tex_LastSearchPattern'
" }}}
--- 640,644 ----
" s:RemoveLastHistoryItem: removes last search item from search history {{{
" Description: Execute this string to clean up the search history.
! let s:RemoveLastHistoryItem = ':call histdel("/", -1)|let @/=g:Tex_LastSearchPattern'
" }}}
|