mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 08:56:29 +00:00
vim-patch:8.1.1630: various small problems
Problem: Various small problems.
Solution: Various small improvements.
e809a4ed30
This commit is contained in:
@@ -492,7 +492,7 @@ static inline void tv_list_ref(list_T *const l)
|
||||
static inline void tv_list_set_ret(typval_T *const tv, list_T *const l)
|
||||
REAL_FATTR_ALWAYS_INLINE REAL_FATTR_NONNULL_ARG(1);
|
||||
|
||||
/// Set a list as the return value
|
||||
/// Set a list as the return value. Increments the reference count.
|
||||
///
|
||||
/// @param[out] tv Object to receive the list
|
||||
/// @param[in,out] l List to pass to the object
|
||||
|
Reference in New Issue
Block a user