diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-08 09:20:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-08 09:20:24 +0000 |
commit | 8b6144bdfe9efccab5045ebef9f3d5dcf5ee9d00 (patch) | |
tree | 51d8d6df519d53d4124f3155bb2c3bcbca450226 /src/ex_cmds.h | |
parent | 9f2c6e1deb931db29f9d3d6e1113cd1ccc835d21 (diff) | |
download | vim-git-8b6144bdfe9efccab5045ebef9f3d5dcf5ee9d00.tar.gz |
updated for version 7.0194v7.0194
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 488c6de0d..a5b055272 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -515,6 +515,8 @@ EX(CMD_lgrep, "lgrep", ex_make, BANG|NEEDARG|EXTRA|NOTRLCOM|TRLBAR|XFILE), EX(CMD_lgrepadd, "lgrepadd", ex_make, BANG|NEEDARG|EXTRA|NOTRLCOM|TRLBAR|XFILE), +EX(CMD_lhelpgrep, "lhelpgrep", ex_helpgrep, + EXTRA|NOTRLCOM|NEEDARG), EX(CMD_ll, "ll", ex_cc, RANGE|NOTADR|COUNT|TRLBAR|BANG), EX(CMD_llast, "llast", ex_cc, |