mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 9.1.0080: unexpected error for modifying final list using +=
Problem: unexpected error for modifying final list using += operator (Ernie Rael) Solution: Allow List value modification of a final variable using += operator (Yegappan Lakshmanan) fixes: #13745 fixes: #13959 closes: #13962 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
ebfd856cfd
commit
1af35631f8
@@ -2379,6 +2379,7 @@ typedef int (*opt_expand_cb_T)(optexpand_T *args, int *numMatches, char_u ***mat
|
||||
#define ASSIGN_FOR_LOOP 0x40 // assigning to loop variable
|
||||
#define ASSIGN_INIT 0x80 // not assigning a value, just a declaration
|
||||
#define ASSIGN_UPDATE_BLOCK_ID 0x100 // update sav_block_id
|
||||
#define ASSIGN_COMPOUND_OP 0x200 // compound operator e.g. "+="
|
||||
|
||||
#include "ex_cmds.h" // Ex command defines
|
||||
#include "spell.h" // spell checking stuff
|
||||
|
Reference in New Issue
Block a user