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 5f63938 commit bb0956fCopy full SHA for bb0956f
2 files changed
src/gui_motif.c
@@ -3525,7 +3525,7 @@ find_replace_callback(
3525
char_u *save_cpo = p_cpo;
3526
3527
// No need to be Vi compatible here.
3528
- p_cpo = empty_options;
+ p_cpo = empty_option;
3529
u_undo(1);
3530
p_cpo = save_cpo;
3531
gui_update_screen();
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2293,
755
/**/
756
2292,
757
0 commit comments