mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
Add file save counter to undo information. Add undotree() function.
This commit is contained in:
@@ -4817,11 +4817,8 @@ restore_backup:
|
||||
STRCAT(IObuff, _(" CONVERSION ERROR"));
|
||||
c = TRUE;
|
||||
if (write_info.bw_conv_error_lnum != 0)
|
||||
{
|
||||
size_t l = STRLEN(IObuff);
|
||||
vim_snprintf((char *)IObuff + l, IOSIZE - l, _(" in line %ld;"),
|
||||
vim_snprintf_add((char *)IObuff, IOSIZE, _(" in line %ld;"),
|
||||
(long)write_info.bw_conv_error_lnum);
|
||||
}
|
||||
}
|
||||
else if (notconverted)
|
||||
{
|
||||
|
Reference in New Issue
Block a user