mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.1-174
This commit is contained in:
@@ -2660,7 +2660,7 @@ doend:
|
||||
errormsg = IObuff;
|
||||
}
|
||||
STRCAT(errormsg, ": ");
|
||||
STRNCAT(errormsg, *cmdlinep, IOSIZE - STRLEN(IObuff));
|
||||
STRNCAT(errormsg, *cmdlinep, IOSIZE - STRLEN(IObuff) - 1);
|
||||
}
|
||||
emsg(errormsg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user