mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
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)
31fc39e47b
This commit is contained in:
parent
f3cea06d01
commit
da0fb43849
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user