commit | 2df6dcc596d3c79283ec9efc36425a5564a45ab5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 12 15:53:54 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 12 15:53:54 2004 +0000 |
tree | 1b14d1b80195243117cb68a7c30bf08a1ebc6501 | |
parent | 8299df966a58236b31c0028fd7ce799c4ac6e625 [diff] [blame] |
updated for version 7.0008
diff --git a/src/syntax.c b/src/syntax.c index a9cb3fb..e5d1b18 100644 --- a/src/syntax.c +++ b/src/syntax.c
@@ -7918,6 +7918,7 @@ { /* This is an error, but since there previously was no check only * give a warning. */ + msg_source(hl_attr(HLF_W)); MSG(_("W18: Invalid character in group name")); break; }