updated for version 7.0031
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index b44dd1d..870fcb4 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -342,6 +342,8 @@
 			TRLBAR|SBOXOK|CMDWIN),
 EX(CMD_endfunction,	"endfunction",	ex_endfunction,
 			TRLBAR|CMDWIN),
+EX(CMD_endfor,		"endfor",	ex_endwhile,
+			TRLBAR|SBOXOK|CMDWIN),
 EX(CMD_endtry,		"endtry",	ex_endtry,
 			TRLBAR|SBOXOK|CMDWIN),
 EX(CMD_endwhile,	"endwhile",	ex_endwhile,
@@ -382,6 +384,8 @@
 			RANGE|DFLALL|NEEDARG|EXTRA|NOTRLCOM),
 EX(CMD_foldopen,	"foldopen",	ex_foldopen,
 			RANGE|BANG|WHOLEFOLD|TRLBAR|SBOXOK|CMDWIN),
+EX(CMD_for,		"for",		ex_while,
+			EXTRA|NOTRLCOM|SBOXOK|CMDWIN),
 EX(CMD_function,	"function",	ex_function,
 			EXTRA|BANG|CMDWIN),
 EX(CMD_global,		"global",	ex_global,