diff --git a/src/testdir/test_normal.vim b/src/testdir/test_normal.vim index 90b7f9d9bb..4a09964e97 100644 --- a/src/testdir/test_normal.vim +++ b/src/testdir/test_normal.vim @@ -486,7 +486,7 @@ func Test_normal09c_operatorfunc() set operatorfunc=Underscorize new call setline(1, ['first', 'first', 'third', 'third', 'second']) - normal! 1GVjr_ + normal! 1GVjg@ normal! 5G. normal! 3G. call assert_equal(['_____', '_____', '_____', '_____', '______'], getline(1, '$')) diff --git a/src/version.c b/src/version.c index 6cff7cc5fa..6ad1090337 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3990, /**/ 3989, /**/