1
0
forked from aniani/vim

updated for version 7.1-078

This commit is contained in:
Bram Moolenaar
2007-08-15 18:08:50 +00:00
parent 349955a205
commit 70c2a63474
3 changed files with 6 additions and 4 deletions

View File

@@ -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]);
}