diff src/gui.c @ 1364:9947133ce85b v7.1.078

updated for version 7.1-078
author vimboss
date Wed, 15 Aug 2007 18:08:50 +0000
parents 3acf7c922a04
children a4365075d05c
line wrap: on
line diff
--- a/src/gui.c
+++ b/src/gui.c
@@ -5117,7 +5117,7 @@ gui_handle_drop(x, y, modifiers, fnames,
 		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]);
 	    }