diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 51cd2c724..276547bbc 100644 --- a/src/main.c +++ b/src/main.c @@ -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); } |