Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3900154
By: m_ravn
Hello,
I'm having some trouble getting any of the vim-latex bindings to work. I've
downloaded
http://vim-latex.sourceforge.net/download/latexSuite20060325.zip
and unzipped it in ~/.vim modified my .vimrc to contain only the following
filetype plugin on
set grepprg=grep\ -nH\ $*
filetype indent on
But I still can not get any macros to work. For example pressing <F5> in normal-mode
does nothing.
The output of :scriptnames is
1: /etc/vimrc
2: /usr/share/vim/syntax/syntax.vim
3: /usr/share/vim/syntax/synload.vim
4: /usr/share/vim/syntax/syncolor.vim
5: /usr/share/vim/filetype.vim
6: /usr/share/vim/ftplugin.vim
7: /usr/share/vim/indent.vim
8: /home/mpr/.vimrc
9: /home/mpr/.vim/plugin/SyntaxFolds.vim
10: /home/mpr/.vim/plugin/filebrowser.vim
11: /home/mpr/.vim/plugin/imaps.vim
12: /home/mpr/.vim/plugin/libList.vim
13: /home/mpr/.vim/plugin/remoteOpen.vim
14: /usr/share/vim/plugin/getscript.vim
15: /usr/share/vim/plugin/gzip.vim
16: /usr/share/vim/plugin/matchparen.vim
17: /usr/share/vim/plugin/netrwPlugin.vim
18: /usr/share/vim/plugin/rrhelper.vim
19: /usr/share/vim/plugin/spellfile.vim
20: /usr/share/vim/plugin/tarPlugin.vim
21: /usr/share/vim/plugin/tohtml.vim
22: /usr/share/vim/plugin/vimballPlugin.vim
23: /usr/share/vim/plugin/zipPlugin.vim
which I suppose means that the mode has not been loaded. Any help would be much
appreciated.
Regards,
Mads
PS. I'm using the following vim version:
VIM - Vi IMproved 7.0 (2006 May 7, compiled Aug 26 2006 20:28:14)
Included patches: 1-66.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=173627
|