>
> It would be nice to have quickfix list option to search file (by given
> filename) in code path
> The same as vimgrep (can be used with **)
>
> ~/code/**/filename.c
>
And then what would happen if there were multiple filename.c files
under the code directory? quickfix file parsing is meant to parse
compiler/grep/etc. output which finds something specific in a specific
file, and therefore should be able to give the specific path. It's not
really meant to be hand-written. Although, there are functions for
manipulating the list in a script, so one could actually make this
happen.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment