]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.2.0459: tests: test_termcodes fails (after v9.2.0456) v9.2.0459
authorChristian Brabandt <cb@256bit.org>
Sat, 9 May 2026 14:13:52 +0000 (14:13 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 9 May 2026 14:13:52 +0000 (14:13 +0000)
Problem:  tests: test_termcodes fails, because it disabled DECRQM, but
          did not adjust the expected values in the test (after v9.2.0456)
Solution: Update the test

related: #20161
closes:  #20173

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_termcodes.vim
src/version.c

index eaf60f53be060407309b230f0558782a7a22a8c1..adabeeedbf2126d0dbcf266d0558b78481e9e0ff 100644 (file)
@@ -1720,7 +1720,7 @@ func Test_xx01_term_style_response()
         \ underline_rgb: 'u',
         \ mouse: 's',
         \ kitty: 'u',
-        \ decrqm: 'y'
+        \ decrqm: 'u'
         \ }, terminalprops())
 
   set t_RV=
@@ -1777,7 +1777,7 @@ func Run_libvterm_konsole_response(code)
         \ underline_rgb: 'u',
         \ mouse: 's',
         \ kitty: 'u',
-        \ decrqm: 'y'
+        \ decrqm: 'u'
         \ }, terminalprops())
 endfunc
 
@@ -1853,7 +1853,7 @@ func Test_xx05_mintty_response()
         \ underline_rgb: 'y',
         \ mouse: 's',
         \ kitty: 'u',
-        \ decrqm: 'y'
+        \ decrqm: 'u'
         \ }, terminalprops())
 
   set t_RV=
@@ -1916,7 +1916,7 @@ func Do_check_t_8u_set_reset(set_by_user)
         \ underline_rgb: 'u',
         \ mouse: 's',
         \ kitty: 'u',
-        \ decrqm: 'y'
+        \ decrqm: 'u'
         \ }, terminalprops())
   call assert_equal(a:set_by_user ? default_value : '', &t_8u)
 endfunc
@@ -1956,7 +1956,7 @@ func Test_xx07_xterm_response()
         \ underline_rgb: 'y',
         \ mouse: 'u',
         \ kitty: 'u',
-        \ decrqm: 'y'
+        \ decrqm: 'u'
         \ }, terminalprops())
 
   " xterm >= 95 < 277 "xterm2"
@@ -1973,7 +1973,7 @@ func Test_xx07_xterm_response()
         \ underline_rgb: 'u',
         \ mouse: '2',
         \ kitty: 'u',
-        \ decrqm: 'y'
+        \ decrqm: 'u'
         \ }, terminalprops())
 
   " xterm >= 277: "sgr"
@@ -1990,7 +1990,7 @@ func Test_xx07_xterm_response()
         \ underline_rgb: 'u',
         \ mouse: 's',
         \ kitty: 'u',
-        \ decrqm: 'y'
+        \ decrqm: 'u'
         \ }, terminalprops())
 
   " xterm >= 279: "sgr" and cursor_style not reset; also check t_8u reset,
index 2aefdf7e5b6decba2c9382174805a725ad17fbab..5ffa63f7fee7b0a3a027c515f0e10f6ab9c791fd 100644 (file)
@@ -729,6 +729,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    459,
 /**/
     458,
 /**/