File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2820,8 +2820,7 @@ gui_mch_find_dialog(exarg_T *eap)
28202820 s_findrep_hwnd = FindText ((LPFINDREPLACE ) & s_findrep_struct );
28212821 }
28222822
2823- set_window_title (s_findrep_hwnd ,
2824- _ ("Find string (use '\\\\' to find a '\\')" ));
2823+ set_window_title (s_findrep_hwnd , _ ("Find string" ));
28252824 (void )SetFocus (s_findrep_hwnd );
28262825
28272826 s_findrep_is_find = TRUE;
@@ -2855,8 +2854,7 @@ gui_mch_replace_dialog(exarg_T *eap)
28552854 (LPFINDREPLACE ) & s_findrep_struct );
28562855 }
28572856
2858- set_window_title (s_findrep_hwnd ,
2859- _ ("Find & Replace (use '\\\\' to find a '\\')" ));
2857+ set_window_title (s_findrep_hwnd , _ ("Find & Replace" ));
28602858 (void )SetFocus (s_findrep_hwnd );
28612859
28622860 s_findrep_is_find = FALSE;
Original file line number Diff line number Diff line change @@ -789,6 +789,8 @@ static char *(features[]) =
789789
790790static int included_patches [] =
791791{ /* Add new patch number below this line */
792+ /**/
793+ 197 ,
792794/**/
793795 196 ,
794796/**/
You can’t perform that action at this time.
0 commit comments