commit | c0197e2815208269fa9ba2fba95230138ec39ceb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 13 20:26:32 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 13 20:26:32 2004 +0000 |
tree | 21db1c3acd16fb095a8e34ce2e15ed87275cbd79 | |
parent | 15d0a8c77dad867b69822e2fd8f9f6bbcf765c48 [diff] [blame] |
updated for version 7.0016
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index d687d89..7a3f4ac 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h
@@ -276,6 +276,8 @@ RANGE|NOTADR|COUNT|TRLBAR), EX(CMD_delete, "delete", ex_operators, RANGE|WHOLEFOLD|REGSTR|COUNT|TRLBAR|CMDWIN|MODIFY), +EX(CMD_delmarks, "delmarks", ex_delmarks, + BANG|EXTRA|TRLBAR|CMDWIN), EX(CMD_debug, "debug", ex_debug, NEEDARG|EXTRA|NOTRLCOM|SBOXOK|CMDWIN), EX(CMD_debuggreedy, "debuggreedy", ex_debuggreedy,