[Vim-latex-cvs] vimfiles/plugin imaps.vim,1.33,1.34
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-11-13 08:53:47
|
Update of /cvsroot/vim-latex/vimfiles/plugin In directory sc8-pr-cvs1:/tmp/cvs-serv28672 Modified Files: imaps.vim Log Message: Bug: Sometimes a Tex_LastSearchPattern not found error is generated (Eugene Minkovskii) Index: imaps.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/plugin/imaps.vim,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** imaps.vim 6 Sep 2003 20:07:25 -0000 1.33 --- imaps.vim 13 Nov 2003 08:53:43 -0000 1.34 *************** *** 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' " }}} |