]> granicus.if.org Git - vim/commitdiff
patch 8.1.0079: superfluous space in messages v8.1.0079
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jun 2018 12:45:37 +0000 (14:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jun 2018 12:45:37 +0000 (14:45 +0200)
Problem:    Superfluous space in messages.
Solution:   Remove the spaces. (closes #3030)

src/gui_w32.c
src/version.c

index 350b6fc43ace05800b91621898b3a3a390a1e703..49aa1e0bd21731ef1d597e862685beb1dadee09b 100644 (file)
@@ -2821,7 +2821,7 @@ gui_mch_find_dialog(exarg_T *eap)
        }
 
        set_window_title(s_findrep_hwnd,
-                              _("Find string (use '\\\\' to find  a '\\')"));
+                              _("Find string (use '\\\\' to find a '\\')"));
        (void)SetFocus(s_findrep_hwnd);
 
        s_findrep_is_find = TRUE;
@@ -2856,7 +2856,7 @@ gui_mch_replace_dialog(exarg_T *eap)
        }
 
        set_window_title(s_findrep_hwnd,
-                           _("Find & Replace (use '\\\\' to find  a '\\')"));
+                           _("Find & Replace (use '\\\\' to find a '\\')"));
        (void)SetFocus(s_findrep_hwnd);
 
        s_findrep_is_find = FALSE;
index f28a3468b6134a21b1d4debcaadee5c3d4b86ffe..85ffd16171bacfb8e3acefc02daf70200aaecb52 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    79,
 /**/
     78,
 /**/