diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-11-06 21:56:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 21:56:37 +0800 |
commit | da0fb438496a7d721830bea51f0eb38d8c995883 (patch) | |
tree | 94699b77384034116faf23e2e3dd8f094fa9f056 /src/nvim/debugger.c | |
parent | f3cea06d0114f2bcd2176b4a026d2bd4b68871d8 (diff) | |
download | rneovim-da0fb438496a7d721830bea51f0eb38d8c995883.tar.gz rneovim-da0fb438496a7d721830bea51f0eb38d8c995883.tar.bz2 rneovim-da0fb438496a7d721830bea51f0eb38d8c995883.zip |
vim-patch:8.1.1200: old style comments in debugger source
Problem: Old style comments in debugger source.
Solution: Use new style comments. (Yegappan Lakshmanan, closes vim/vim#4286)
https://github.com/vim/vim/commit/31fc39e47b3cc5e9ef4fa05943d42a4fb22de55e
Diffstat (limited to 'src/nvim/debugger.c')
-rw-r--r-- | src/nvim/debugger.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/debugger.c b/src/nvim/debugger.c index 3e0cf82740..e7c376621b 100644 --- a/src/nvim/debugger.c +++ b/src/nvim/debugger.c @@ -114,6 +114,7 @@ void do_debug(char *cmd) for (;;) { msg_scroll = true; need_wait_return = false; + // Save the current typeahead buffer and replace it with an empty one. // This makes sure we get input from the user here and don't interfere // with the commands being executed. Reset "ex_normal_busy" to avoid |