We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88254f commit 2973daaCopy full SHA for 2973daa
src/testdir/test_search.vim
@@ -697,3 +697,7 @@ func Test_search_undefined_behaviour()
697
call term_sendkeys(g:buf, ":qa!\<cr>")
698
bwipe!
699
endfunc
700
+
701
+func Test_search_undefined_behaviour2()
702
+ call search("\%UC0000000")
703
+endfunc
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1257,
766
/**/
767
1256,
768
0 commit comments