docs: add description of :cex and :cgete
This commit is contained in:
@@ -113,6 +113,10 @@ end)
|
|||||||
-- quickfix list
|
-- quickfix list
|
||||||
-- :grep - execute grepprg with given args, and put the results in
|
-- :grep - execute grepprg with given args, and put the results in
|
||||||
-- quickfix list
|
-- quickfix list
|
||||||
|
-- :cex {expr} - Create a quickfix list using the result of {expr} and
|
||||||
|
-- jump to the first error. For example:
|
||||||
|
-- :cex system('make')
|
||||||
|
-- :cgete {expr} - same as :cex but don't jump to the first error
|
||||||
-- :copen - open quickfix list
|
-- :copen - open quickfix list
|
||||||
-- :cdo {cmd} - execute {cmd} in each valid entry in the quickfix list.
|
-- :cdo {cmd} - execute {cmd} in each valid entry in the quickfix list.
|
||||||
-- works like this:
|
-- works like this:
|
||||||
|
|||||||
Reference in New Issue
Block a user