File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2821,7 +2821,7 @@ gui_mch_find_dialog(exarg_T *eap)
2821
2821
}
2822
2822
2823
2823
set_window_title (s_findrep_hwnd ,
2824
- _ ("Find string (use '\\\\' to find a '\\')" ));
2824
+ _ ("Find string (use '\\\\' to find a '\\')" ));
2825
2825
(void )SetFocus (s_findrep_hwnd );
2826
2826
2827
2827
s_findrep_is_find = TRUE;
@@ -2856,7 +2856,7 @@ gui_mch_replace_dialog(exarg_T *eap)
2856
2856
}
2857
2857
2858
2858
set_window_title (s_findrep_hwnd ,
2859
- _ ("Find & Replace (use '\\\\' to find a '\\')" ));
2859
+ _ ("Find & Replace (use '\\\\' to find a '\\')" ));
2860
2860
(void )SetFocus (s_findrep_hwnd );
2861
2861
2862
2862
s_findrep_is_find = FALSE;
Original file line number Diff line number Diff line change @@ -761,6 +761,8 @@ static char *(features[]) =
761
761
762
762
static int included_patches [] =
763
763
{ /* Add new patch number below this line */
764
+ /**/
765
+ 79 ,
764
766
/**/
765
767
78 ,
766
768
/**/
You can’t perform that action at this time.
0 commit comments