I'm working on mac.
- I donwloaded the archive 1.8.23 from the SourceForge page
- I extracted its contained files in my
~/.vim/directory - I made the necessary changes (described in de vim latex manual) in my
~/.vimrcfile (which I had to create because it did not exist yet) - I opened vim and typed
:helptags ~/.vim/doc - I reopened vim and started editing an existing
.texfile, but it seems vim latex-suite is not being loaded properly...
What am I doing wrong?
I tried several things, including going into the ~/.vim/ directory, and used make, but I got the following errors :
rm -rf -- ./vim-latex-1.8.23-20100914-r
svn export -r HEAD . vim-latex-1.8.23-20100914-r
svn: '.' is not a working copy
make: *** [snapshot] Error 1
EDIT : My .vimrc file here.
:set ft?say on the LaTeX file. Vim uses some heuristics to determine if the file is a tex, latex, or context file, and if the file is short then vim may misidentify it as a plain tex file.:set ft?should saytex(and notplain_texorcontext) – Aditya Sep 15 '10 at 4:40tex, which is understandable (see my attached.vimrcfile) --- @Jal Hlavacek : In a few seconds, I'm attaching my.vimrcfile, which is very simple the fact being it has been created for the purpose to use vim latex-suite. – Nigu Sep 15 '10 at 7:18.texfile is a usual file which we can compile using several conventional editors such as texshop on my mac and other windows based ones for my colleagues. – Nigu Sep 15 '10 at 7:28