commit | 46152344890a3517b76a9e355518d761f669939e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 21:18:43 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 21:18:43 2005 +0000 |
tree | 4533423531d879ef007dc90ff49059ee69b284e2 | |
parent | ffb8ab0402ac3d60118f27df153d463a106b4028 [diff] [blame] |
updated for version 7.0143
diff --git a/src/structs.h b/src/structs.h index 9c63407..88fcf48 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1029,7 +1029,7 @@ 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 */ };