[Vim-latex-devel] Re: Bug in vim-latex
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-01-30 04:21:03
|
Hey Sumit! On Wed, 29 Jan 2003, Sumit Bhardwaj wrote: > -I am using Redhat 8.0 with the default gvim version 6.1. > -:set encoding? produces <iso-8859-15> Hmm... There are other people in the group who have tested latex-suite on that platform... Actually I just tested to make sure and it looks like it works for me... > - No, I haven't done any customization to the latex-suite defaults. > > The placeholder is always behaving like this for all the commands. > Okay... maybe you can do a little more debugging: suppose you change the first three lines of your ~/.vimrc to filetype plugin on filetype indent on finish (Note the finish just to skip the rest of the .vimrc) then does latex-suite still behave badly? If the behavior changes, then it means its some setting in the .vimrc and I'll need to take a look. Also, just to make sure, when you say: > > On Wed, 29 Jan 2003, Sumit Bhardwaj wrote: > > > When I do 'EIT' in vim using vim-latex what I get is > > > \begin{itemize} > > > \item > > > > \end{itemize} <++> > > > and when I do a Ctrl-J it becomes > > > \begin{itemize} > > > \item > > > > \end{itemize} > then you mean that you get an extra greater than sign, right? If you used > to just denote the cursor position, then thats ofcourse a feature. Did any previous version of latex-suite work without this problem? > I have attached the IEEEtran.tex > <~/.vim/ftplugin/latex-suite/templates/IEEEtran.tex>. Thanks! I have uploaded it to the CVS tree... It will be included in the next release. Thanks! Srinath |