]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-078 v7.1.078
authorBram Moolenaar <Bram@vim.org>
Wed, 15 Aug 2007 18:08:50 +0000 (18:08 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 15 Aug 2007 18:08:50 +0000 (18:08 +0000)
src/gui.c
src/ui.c
src/version.c

index a6e7655599cce43042203feab457107041e8997e..4516b695c3a948a974724dfd0252b88bfa7b2091 100644 (file)
--- a/src/gui.c
+++ b/src/gui.c
@@ -5117,7 +5117,7 @@ gui_handle_drop(x, y, modifiers, fnames, count)
                p = vim_strsave_escaped(fnames[i], (char_u *)"\\ \t\"|");
 # endif
                if (p != NULL)
-                   add_to_input_buf(p, (int)STRLEN(p));
+                   add_to_input_buf_csi(p, (int)STRLEN(p));
                vim_free(p);
                vim_free(fnames[i]);
            }
index 09dcb475be29781e80d85f66cf82acd02038fc41..5a8c37d80c8791296d2d224920a40f52e68bb537 100644 (file)
--- a/src/ui.c
+++ b/src/ui.c
@@ -1603,8 +1603,6 @@ set_input_buf(p)
 #if defined(FEAT_GUI) || defined(FEAT_MOUSE_GPM) \
        || defined(FEAT_XCLIPBOARD) || defined(VMS) \
        || defined(FEAT_SNIFF) || defined(FEAT_CLIENTSERVER) \
-       || (defined(FEAT_GUI) && (!defined(USE_ON_FLY_SCROLL) \
-               || defined(FEAT_MENU))) \
        || defined(PROTO)
 /*
  * Add the given bytes to the input buffer
@@ -1630,7 +1628,9 @@ add_to_input_buf(s, len)
 }
 #endif
 
-#if (defined(FEAT_XIM) && defined(FEAT_GUI_GTK)) \
+#if ((defined(FEAT_XIM) || defined(FEAT_DND)) && defined(FEAT_GUI_GTK)) \
+       || defined(FEAT_GUI_MSWIN) \
+       || defined(FEAT_GUI_MAC) \
        || (defined(FEAT_MBYTE) && defined(FEAT_MBYTE_IME)) \
        || (defined(FEAT_GUI) && (!defined(USE_ON_FLY_SCROLL) \
                || defined(FEAT_MENU))) \
index ad8f6b8b01486dd03d43959d076ba4ecb22ad90e..5f8faf875bc08699e21347bba3f5433a7a414f08 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    78,
 /**/
     77,
 /**/