All, i'm trying to make a file with a specific extension be automatically interpreted as a quickfix file (ie: so I don't have to type -q every time I open one of them).
So far, I have: au BufNewFile, BufReadPost *.lst \ set buftype=quickfix | \ set filetype=qf | \ set syntax=qf | \set errorformat=%f:%l:\ %m But still, no quickfix file. What else do I need to set in order to do this? Or does '-q' have some magic going on in the form of options that can only be set by vim itself? Thanks much, Ed --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
