1
0
forked from aniani/vim

updated for version 7.2b-000

This commit is contained in:
Bram Moolenaar
2008-07-13 17:41:49 +00:00
parent b316376b48
commit c236c16d08
277 changed files with 3790 additions and 2072 deletions

View File

@@ -6728,6 +6728,10 @@ handle_drop(filec, filev, split)
if (curbuf_locked())
return;
#endif
/* When the screen is being updated we should not change buffers and
* windows structures, it may cause freed memory to be used. */
if (updating_screen)
return;
/* Check whether the current buffer is changed. If so, we will need
* to split the current window or data could be lost.