diff src/ex_cmds.h @ 354:be0f21f63d2c v7.0091

updated for version 7.0091
author vimboss
date Thu, 23 Jun 2005 22:39:27 +0000
parents a0451524244d
children 5332dd13733c
line wrap: on
line diff
--- 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,