commit | a502caab8bd396316a6eb5cb821b0a0df55c502a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 18:23:41 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 18:23:41 2019 +0100 |
tree | 78a469280882bfda695ffdf18d29f57e6811051a | |
parent | e25bbc3b2bf1d8c4acec0910aaf9031451752578 [diff] [blame] |
patch 8.1.0781: build error when using if_xcmdsrv.c Problem: Build error when using if_xcmdsrv.c. Solution: Add missing part of 8.1.0779.
diff --git a/src/if_xcmdsrv.c b/src/if_xcmdsrv.c index 635e710..3439f9d 100644 --- a/src/if_xcmdsrv.c +++ b/src/if_xcmdsrv.c
@@ -228,7 +228,7 @@ { if (res < -1 || i >= 1000) { - MSG_ATTR(_("Unable to register a command server name"), + msg_attr(_("Unable to register a command server name"), HL_ATTR(HLF_W)); return FAIL; }