at wrote: > When I compile a document with errors in vim-latex I get a > quickfix window. Hitting Ctrl+] on one of the items of the > quickfix list should take me to the line of the error
No. Pressing Enter (or double-clicking) a line takes you to the error. Ctrl-] does what it does in any window, namely it looks for the definition of the current word which needs you to have run a tags utility (like ctags) to generate a tags file. John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
