mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00
*: Make some more things const and with length
This commit is contained in:
@@ -3504,7 +3504,7 @@ int build_stl_str_hl(
|
||||
curbuf = o_curbuf;
|
||||
|
||||
// Remove the variable we just stored
|
||||
do_unlet((char_u *)"g:actual_curbuf", true);
|
||||
do_unlet(S_LEN("g:actual_curbuf"), true);
|
||||
|
||||
// }
|
||||
|
||||
|
Reference in New Issue
Block a user