mirror of
https://github.com/neovim/neovim.git
synced 2025-11-25 03:30:37 +00:00
clang/"dead assignments" #10620
Also revert possibly-wrong change in f_sign_getplaced() from
652be3cb00.
This commit is contained in:
committed by
Justin M. Keyes
parent
7cc2b723d4
commit
16727dcf1e
@@ -3110,6 +3110,7 @@ void get_complete_info(list_T *what_list, dict_T *retdict)
|
||||
? compl_curr_match->cp_number - 1 : -1);
|
||||
}
|
||||
|
||||
(void)ret;
|
||||
// TODO(vim):
|
||||
// if (ret == OK && (what_flag & CI_WHAT_INSERTED))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user