vim-latex-suite postinstall -------------------------- You need to add the following lines filetype plugin on set grepprg=grep\ -nH\ $* filetype indent on let g:tex_flavor='latex' to your ~/.vimrc if you want to enable the vim addon latex-suite for your user account, or to /etc/vim/vimrc (as root) for full usability in your system. For more info about this lines, type ":help ls_1" in vim vim-latex-suite documentation ---------------------------- This package contains two documentation sets integrated with the vim help system. You must edit a tex file in vim to activate it. Type: :help latex-suite - for vim-latex-suite help :help latex - for LaTeX help There is a known bug, that sometimes makes the above documentation unavailable. It probably means you have installed other vim script package which is not compliant with Vim Scripting Policy. To make sure that this is the case, please run the Vim editor as root, and run the following command: :helptags /usr/share/vim/vim72/doc and check if documentation is available now. Even if it fixes the problem you are still encouraged to submit the bug. We need to hunt for packages which are not compliant with the mentioned policy. Just make sure that you give us all required information like: - Is documentation available after running the helpztags command? - Other installed vim script packages. vim-latex-suite resources ---------------------------- Homepage: http://vim-latex.sourceforge.net/ Project: http://sourceforge.net/projects/vim-latex/ Mailing list: mailto:vim-latex-devel@lists.sourceforge.net