diff src/version.c @ 26923:85b4bd8f8e5d v8.2.3990

patch 8.2.3990: testing wrong operator Commit: https://github.com/vim/vim/commit/5c75eed758fbeb39825834d51f3ee4e08f137af3 Author: naohiro ono <obcat@icloud.com> Date: Mon Jan 3 11:15:47 2022 +0000 patch 8.2.3990: testing wrong operator Problem: Testing wrong operator. Solution: Test "g@" instead of "r_". (Naohiro Ono, closes https://github.com/vim/vim/issues/9463)
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Jan 2022 12:30:03 +0100
parents b975b7c16ba1
children 4e77f9961650
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3990,
+/**/
     3989,
 /**/
     3988,