diff -u -Naur vim73/runtime/doc/quickfix.txt vim73_patched/runtime/doc/quickfix.txt --- vim73/runtime/doc/quickfix.txt 2010-08-15 05:23:21.000000000 -0700 +++ vim73_patched/runtime/doc/quickfix.txt 2010-08-31 05:50:15.000000000 -0700 @@ -546,6 +546,13 @@ modifier is used the buffers are kept loaded. This makes following searches in the same files a lot faster. +Note that |:copen| (or |:lopen| for |:lgrep|) may be used to open a buffer +containing the search results in linked form. The |:silent| command may +be used to suppress the default full screen grep output. The |:grep!| +form of the |:grep| command doesn't jump to the first match automatically. +These commands can be combined to create a NewGrep command: > + + command! -nargs=+ NewGrep execute 'silent grep! ' | copen 42 5.1 using Vim's internal grep