mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 19:48:32 +00:00
*: Make some more things const and with length
This commit is contained in:
@@ -2041,7 +2041,7 @@ bool tv_islocked(const typval_T *const tv)
|
||||
///
|
||||
/// @param[in] lock Lock status.
|
||||
/// @param[in] name Variable name, used in the error message.
|
||||
/// @param[in] use_gettext True if variable name also is to be translated.
|
||||
/// @param[in] name_len Variable name length.
|
||||
///
|
||||
/// @return true if variable is locked, false otherwise.
|
||||
bool tv_check_lock(const VarLockStatus lock, const char *const name,
|
||||
|
Reference in New Issue
Block a user