]> granicus.if.org Git - vim/commitdiff
patch 8.2.2293: build failure with Motif v8.2.2293
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Jan 2021 21:12:15 +0000 (22:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Jan 2021 21:12:15 +0000 (22:12 +0100)
Problem:    Build failure with Motif. (Tony Mechelynck)
Solution:   Use empty_option instead of empty_options.

src/gui_motif.c
src/version.c

index 1863fa69abf475f6df8f56bfab4eb78963aeeb3a..a9845b28f5be310c49e7a9a92f9588faaf3baaed 100644 (file)
@@ -3525,7 +3525,7 @@ find_replace_callback(
        char_u  *save_cpo = p_cpo;
 
        // No need to be Vi compatible here.
-       p_cpo = empty_options;
+       p_cpo = empty_option;
        u_undo(1);
        p_cpo = save_cpo;
        gui_update_screen();
index 6b966286e563e15a6702c09916fb0bb77c782b2f..258c7d90675df878bebfb0e4c5c6922400bb5627 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2293,
 /**/
     2292,
 /**/