summaryrefslogtreecommitdiffstats
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-23 22:44:10 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-23 22:44:10 +0000
commit8ab561d31e7b8492d942db8e1ce7379ecfbce4c0 (patch)
tree8ffb9af64d73ca18d9e1d5ffcfab4dee60a8d99a /runtime/doc/index.txt
parente580b0c34d3226f6ee5a62e33b987a239c0ba83e (diff)
updated for version 7.0232
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r--runtime/doc/index.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index 9ffde224e5..72fa5e3826 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -1088,6 +1088,7 @@ The commands are sorted on the non-optional part of their name.
|:cexpr| :cex[pr] read errors from expr and jump to first
|:cfile| :cf[ile] read file with error messages and jump to first
|:cfirst| :cfir[st] go to the specified error, default first one
+|:cgetexpr| :cgete[xpr] get errors from expr
|:cgetfile| :cg[etfile] read file with error messages
|:changes| :cha[nges] print the change list
|:chdir| :chd[ir] change directory
@@ -1241,6 +1242,7 @@ The commands are sorted on the non-optional part of their name.
|:lexpr| :lex[pr] read locations from expr and jump to first
|:lfile| :lf[ile] read file with locations and jump to first
|:lfirst| :lfir[st] go to the specified location, default first one
+|:lgetexpr| :lgete[xpr] get locations from expr
|:lgetfile| :lg[etfile] read file with locations
|:lgrep| :lgr[ep] run 'grepprg' and jump to first match
|:lgrepadd| :lgrepa[dd] like :grep, but append to current list