mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0047
This commit is contained in:
@@ -1286,6 +1286,8 @@ viminfo_error(errnum, message, line)
|
||||
{
|
||||
sprintf((char *)IObuff, _("%sviminfo: %s in line: "), errnum, message);
|
||||
STRNCAT(IObuff, line, IOSIZE - STRLEN(IObuff));
|
||||
if (IObuff[STRLEN(IObuff) - 1] == '\n')
|
||||
IObuff[STRLEN(IObuff) - 1] = NUL;
|
||||
emsg(IObuff);
|
||||
if (++viminfo_errcnt >= 10)
|
||||
{
|
||||
|
Reference in New Issue
Block a user