commit | 34cdc3e32917a3812a8ec4369c64ef3e35243cfd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 18 22:24:46 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 18 22:24:46 2005 +0000 |
tree | a192d6da2ccb602a9b265519be64d4c170e2d8e3 | |
parent | a7fc0101b2c5feb7fc70eb79e5b02c61c7de545f [diff] [blame] |
updated for version 7.0072
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 791762c..680188d 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -6307,7 +6307,7 @@ { char_u *p; - smsg((char_u *)"sign %s", sp->sn_name); + msg_str((char_u *)"sign %s", sp->sn_name); if (sp->sn_icon != NULL) { MSG_PUTS(" icon=");