mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
build: treat clang-tidy warnings as errors (#22238)
This commit is contained in:
@@ -923,7 +923,7 @@ int do_record(int c)
|
||||
dict_T *dict = get_v_event(&save_v_event);
|
||||
|
||||
// The recorded text contents.
|
||||
char *p = (char *)get_recorded();
|
||||
char *p = get_recorded();
|
||||
if (p != NULL) {
|
||||
// Remove escaping for K_SPECIAL in multi-byte chars.
|
||||
vim_unescape_ks(p);
|
||||
|
Reference in New Issue
Block a user