I have been having a bizarre problem while editing LaTeX files: the cursor
does not move after entering a '.' or a ','. This is with
Vim 7.0.122
teTeX 3.0-23
latexSuite20060325
on Debian/testing and the 2.6.17 Linux kernel.
I fixed it by commenting some lines in the main.vim file as indicated in
this diff:
73c73
< " call IMAP (g:Tex_Leader.'.', '\cdot', "tex")
---
> call IMAP (g:Tex_Leader.'.', '\cdot', "tex")
84c84
< " call IMAP (g:Tex_Leader.',', '\nonumber', "tex")
---
> call IMAP (g:Tex_Leader.',', '\nonumber', "tex")
153c153
< " call s:ProtectLetters(32, 127)
---
> call s:ProtectLetters(32, 127)
857,861c857,861
< "augroup LatexSuite
< " au LatexSuite User LatexSuiteFileType
< " \ call Tex_Debug('main.vim: Catching LatexSuiteFileType event',
'main') |
< " \ call <SID>SetTeXOptions()
< "augroup END
---
> augroup LatexSuite
> au LatexSuite User LatexSuiteFileType
> \ call Tex_Debug('main.vim: Catching LatexSuiteFileType event',
> 'main') |
> \ call <SID>SetTeXOptions()
> augroup END
I haven't noticed anyone else with this problem so I suspect that it is a
result of peculiarity with my machine. Is there a better fix?
----
Robert Burrows, PhD
New England Biometrics
[EMAIL PROTECTED]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Vim-latex-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel