updated for version 7.0040

This commit is contained in:
vimboss
2005-01-16 21:56:27 +00:00
parent a5fc86a17c
commit 9baa37762d
+2 -2
View File
@@ -520,8 +520,8 @@ emsg(s)
called_emsg = TRUE;
/*
* If "emsg_severe" is TRUE: When an error exception is to be thrown, prefer
* this message over previous messages for the same command.
* If "emsg_severe" is TRUE: When an error exception is to be thrown,
* prefer this message over previous messages for the same command.
*/
#ifdef FEAT_EVAL
severe = emsg_severe;