[Vim-latex-cvs] vimfiles/plugin imaps.vim,1.23,1.24
Brought to you by:
srinathava,
tmaas
|
From: <sri...@us...> - 2003-01-07 20:53:48
|
Update of /cvsroot/vim-latex/vimfiles/plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv31355
Modified Files:
imaps.vim
Log Message:
- removing an unnecessary line from a previous version.
Index: imaps.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/plugin/imaps.vim,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** imaps.vim 7 Jan 2003 19:43:41 -0000 1.23
--- imaps.vim 7 Jan 2003 20:53:38 -0000 1.24
***************
*** 371,375 ****
endif
- let position = line('.') . "normal! ".virtcol('.').'|'
" Open any closed folds and make this part of the text visible.
silent! foldopen!
--- 371,374 ----
|