summaryrefslogtreecommitdiff
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-23 22:39:27 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-23 22:39:27 +0000
commitc4def13f8bc6631add3b10bb84783acca72795ae (patch)
tree8c4127fa2661da76b6a92e108ce25a409526eff3 /src/ex_cmds.h
parent3b506942eba43ce3069db93464b4ba255718adb7 (diff)
downloadvim-git-c4def13f8bc6631add3b10bb84783acca72795ae.tar.gz
updated for version 7.0091v7.0091
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 9289d3818..4acf18776 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -761,6 +761,8 @@ EX(CMD_spellgood, "spellgood", ex_spell,
NEEDARG|EXTRA|TRLBAR),
EX(CMD_spellwrong, "spellwrong", ex_spell,
NEEDARG|EXTRA|TRLBAR),
+EX(CMD_spelldump, "spelldump", ex_spelldump,
+ TRLBAR),
EX(CMD_sprevious, "sprevious", ex_previous,
EXTRA|RANGE|NOTADR|COUNT|BANG|EDITCMD|ARGOPT|TRLBAR),
EX(CMD_srewind, "srewind", ex_rewind,