docs: add description of :cex and :cgete

This commit is contained in:
2025-03-27 18:12:52 +01:00
parent c261e50920
commit 2b5a46facd
+4
View File
@@ -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: