Re: [Vim-latex-devel] Re: Bug in vim-latex
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-01-30 17:33:09
|
Hello, I could reproduce the problem. It looks like :behave mswin sets 'selection' to exclusive which breaks imaps.vim. If I put :set selection=inclusive at the end of the .vimrc, it works... Thats a short term solution. In the long term, we'll make imaps.vim work with this option. I still haven't looked at the selection problem, but I suspect thats due to 'incrsearch'... Also, we've got a serious potential problem. imaps.vim breaks iabs. (Preben reported this, and I suspect a user who reported that :iab 12 twelve didn't work for him also has the same problem). I haven't thought about how to take care of this problem... If it were a map, we could have used Charles Campbell's SaveMaps() strategy, but I do not know of an equivalent set up with abbreviations... Ofcourse, we should in the meanwhile, put up a warning in bright red somewhere saying that people who use latex-suite better use IMAP() instead of iab... Does anyone know of something like hasabto()? Srinath |