aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-12-13 15:56:56 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-12-13 15:58:41 -0500
commitcb579bbaed9151c9958ed847d42d796438fe1120 (patch)
tree66fe4766782e43f6033d4e04e1ef6ab13fed8a0c /src
parent3026a5f41db83ff3af83dd9064461c4c15eaed64 (diff)
downloadrneovim-cb579bbaed9151c9958ed847d42d796438fe1120.tar.gz
rneovim-cb579bbaed9151c9958ed847d42d796438fe1120.tar.bz2
rneovim-cb579bbaed9151c9958ed847d42d796438fe1120.zip
vim-patch:8.1.1630: various small problems
Problem: Various small problems. Solution: Various small improvements. https://github.com/vim/vim/commit/e809a4ed3014fbf717c936c727291b5f038829a5
Diffstat (limited to 'src')
-rw-r--r--src/nvim/eval/typval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval/typval.h b/src/nvim/eval/typval.h
index 1e3e9bd366..d8ede1e3ba 100644
--- a/src/nvim/eval/typval.h
+++ b/src/nvim/eval/typval.h
@@ -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