summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-09-07 21:18:43 +0000
committerBram Moolenaar <Bram@vim.org>2005-09-07 21:18:43 +0000
commit46152344890a3517b76a9e355518d761f669939e (patch)
tree4533423531d879ef007dc90ff49059ee69b284e2 /src/structs.h
parentffb8ab0402ac3d60118f27df153d463a106b4028 (diff)
downloadvim-git-46152344890a3517b76a9e355518d761f669939e.tar.gz
updated for version 7.0143
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h
index 9c63407a8..88fcf487c 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1029,7 +1029,7 @@ struct listvar_S
int lv_copyID; /* ID used by deepcopy() */
list_T *lv_copylist; /* copied list used by deepcopy() */
char lv_lock; /* zero, VAR_LOCKED, VAR_FIXED */
- list_T *lv_used_next; /* next list in used dicts list */
+ list_T *lv_used_next; /* next list in used lists list */
list_T *lv_used_prev; /* previous list in used lists list */
};