mirror of
https://github.com/vim/vim.git
synced 2026-02-19 11:53:56 +01:00
Problem: Can't access b:changedtick from a dict reference.
Solution: Make changedtick a member of the b: dict. (inspired by neovim
#6112)
37 lines
432 B
Plaintext
37 lines
432 B
Plaintext
start:
|
|
'abcd'
|
|
'abcd'
|
|
'Dance'
|
|
'Dance'
|
|
{'var_str': 'Dance'}
|
|
{'var_str': 'Dance'}
|
|
'Chance'
|
|
{}
|
|
{}
|
|
''
|
|
'Chance'
|
|
0
|
|
0
|
|
[1, 2, 3]
|
|
[1, 2, 3]
|
|
{'var_list': [1, 2, 3], 'other': 777}
|
|
{'var_list': [1, 2, 3], 'other': 777}
|
|
[4, 5, 6, 7]
|
|
''
|
|
[4, 5, 6, 7]
|
|
''
|
|
[4, 5, 6, 7]
|
|
{'dict': 'tabwin'}
|
|
{'dict': 'tabwin'}
|
|
{'var_dict': {'dict': 'tabwin'}}
|
|
{'var_dict': {'dict': 'tabwin'}}
|
|
{'dict2': 'newval'}
|
|
{}
|
|
{}
|
|
''
|
|
{'dict2': 'newval'}
|
|
''
|
|
{'dict2': 'newval'}
|
|
''
|
|
1
|