summaryrefslogtreecommitdiffstats
path: root/src/list.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-04 17:35:05 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-04 17:35:05 +0200
commite809a4ed3014fbf717c936c727291b5f038829a5 (patch)
tree5674e27df9d3158e318acb2d9656f98a1bc237dc /src/list.c
parent790c18bfa5dfeca51749b752dddc41e60cb3fa54 (diff)
patch 8.1.1630: various small problemsv8.1.1630
Problem: Various small problems. Solution: Various small improvements.
Diffstat (limited to 'src/list.c')
-rw-r--r--src/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list.c b/src/list.c
index e7a4f99418..e1aa2d1a00 100644
--- a/src/list.c
+++ b/src/list.c
@@ -130,7 +130,7 @@ rettv_list_alloc_id(typval_T *rettv, alloc_id_T id UNUSED)
/*
- * Set a list as the return value
+ * Set a list as the return value. Increments the reference count.
*/
void
rettv_list_set(typval_T *rettv, list_T *l)