diff src/ex_cmds.h @ 713:0c381fb7846c v7.0214

updated for version 7.0214
author vimboss
date Sat, 04 Mar 2006 21:58:33 +0000
parents c78d973dce9e
children 0f9f4761ad9c
line wrap: on
line diff
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -837,6 +837,8 @@ EX(CMD_spelldump,	"spelldump",	ex_spelld
 			BANG|TRLBAR),
 EX(CMD_spellrepall,	"spellrepall",	ex_spellrepall,
 			TRLBAR),
+EX(CMD_spellundo,	"spellundo",	ex_spell,
+			BANG|RANGE|NOTADR|NEEDARG|EXTRA|TRLBAR),
 EX(CMD_sprevious,	"sprevious",	ex_previous,
 			EXTRA|RANGE|NOTADR|COUNT|BANG|EDITCMD|ARGOPT|TRLBAR),
 EX(CMD_srewind,		"srewind",	ex_rewind,