0
0
mirror of https://github.com/vim/vim.git synced 2025-11-14 23:04:02 -05:00

patch 8.1.2008: error for invalid range when using listener and undo

Problem:    Error for invalid range when using listener and undo. (Paul Jolly)
Solution:   Do not change the cursor before the lines are restored.
            (closes #4908)
This commit is contained in:
Bram Moolenaar
2019-09-08 15:27:21 +02:00
parent fca068b977
commit 4544bd2f24
3 changed files with 63 additions and 26 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2008,
/**/
2007,
/**/