File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2820,8 +2820,7 @@ gui_mch_find_dialog(exarg_T *eap)
2820
2820
s_findrep_hwnd = FindText ((LPFINDREPLACE ) & s_findrep_struct );
2821
2821
}
2822
2822
2823
- set_window_title (s_findrep_hwnd ,
2824
- _ ("Find string (use '\\\\' to find a '\\')" ));
2823
+ set_window_title (s_findrep_hwnd , _ ("Find string" ));
2825
2824
(void )SetFocus (s_findrep_hwnd );
2826
2825
2827
2826
s_findrep_is_find = TRUE;
@@ -2855,8 +2854,7 @@ gui_mch_replace_dialog(exarg_T *eap)
2855
2854
(LPFINDREPLACE ) & s_findrep_struct );
2856
2855
}
2857
2856
2858
- set_window_title (s_findrep_hwnd ,
2859
- _ ("Find & Replace (use '\\\\' to find a '\\')" ));
2857
+ set_window_title (s_findrep_hwnd , _ ("Find & Replace" ));
2860
2858
(void )SetFocus (s_findrep_hwnd );
2861
2859
2862
2860
s_findrep_is_find = FALSE;
Original file line number Diff line number Diff line change @@ -789,6 +789,8 @@ static char *(features[]) =
789
789
790
790
static int included_patches [] =
791
791
{ /* Add new patch number below this line */
792
+ /**/
793
+ 197 ,
792
794
/**/
793
795
196 ,
794
796
/**/
You can’t perform that action at this time.
0 commit comments