0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.0e07

This commit is contained in:
Bram Moolenaar
2006-04-23 22:40:29 +00:00
parent eb3593b38b
commit 4a85b41560
32 changed files with 3685 additions and 224 deletions

View File

@@ -3629,7 +3629,7 @@ server_to_input_buf(str)
/* Let input_available() know we inserted text in the typeahead
* buffer. */
received_from_client = TRUE;
typebuf_was_filled = TRUE;
}
vim_free((char_u *)ptr);
}