Re: [Vim-latex-devel] Re: Bug in vim-latex
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2003-01-30 13:43:40
|
Srinath Avadhanula wrote: > 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... I use RH 8.0, and I have 'encoding' set to utf-8 by default. What localization are you using? :echo $LANG Please reply to all, so that everyone on the list can see your answers. >>- No, I haven't done any customization to the latex-suite defaults. >> >>The placeholder is always behaving like this for all the commands. >>> >>>>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} > It looks to me like a problem with the IMAP_Jumpfunc() function from plugin/imaps.vim . What does :echo Imap_PlaceHolderStart Imap_PlaceHolderEnd tell you? HTH --Benji Fisher |