Add Cscope to QuickFixCmd{Pre,Post} autocmds [patch]
12 views
Skip to first unread message
Bryan Venteicher
unread,
Dec 7, 2009, 1:22:36 AM12/7/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@vim.org
The attached patch adds a Cscope event to the QuickFixCmd{Pre,Post} autocmds. It's
something I've been using for awhile now. With some scripts I use, having
those autocmds available works better than trying to use either BufReadPost or
BufWinEnter.