1
0
forked from aniani/vim

patch 8.2.3540: the mark '] is wrong after put with a count

Problem:    The mark '] is wrong after put with a count. (Naohiro Ono)
Solution:   Use the right line number. (closes #8956)
This commit is contained in:
Bram Moolenaar
2021-10-19 20:08:45 +01:00
parent 604e207e27
commit f47ebf1e1a
3 changed files with 15 additions and 1 deletions

View File

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