0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.1486: a listener change is merged even when it adds a line

Problem:    A listener change is merged even when it adds a line. (Paul Jolly)
Solution:   Do not merge a change that adds or removes a line. (closes #4490)
This commit is contained in:
Bram Moolenaar
2019-06-06 22:50:35 +02:00
parent 773a97c254
commit 1253704591
3 changed files with 12 additions and 7 deletions

View File

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