Bram Moolenaar
|
260addf795
|
patch 8.1.1501: new behavior of b:changedtick not tested
Problem: New behavior of b:changedtick not tested.
Solution: Add a few test cases. (Daniel Hahler)
|
2019-06-08 20:48:36 +02:00 |
|
Bram Moolenaar
|
3a25773772
|
patch 8.0.0345: islocked('d.changedtick') does not work
Problem: islocked('d.changedtick') does not work.
Solution: Make it work.
|
2017-02-21 20:47:13 +01:00 |
|
Bram Moolenaar
|
e7877fe0de
|
patch 8.0.0343: b:changedtick can be unlocked
Problem: b:changedtick can be unlocked, even though it has no effect.
(Nikolai Pavlov)
Solution: Add a check and error E940. (closes #1496)
|
2017-02-20 22:35:33 +01:00 |
|
Bram Moolenaar
|
79518e2ace
|
patch 8.0.0334: can't access b:changedtick from a dict reference
Problem: Can't access b:changedtick from a dict reference.
Solution: Make changedtick a member of the b: dict. (inspired by neovim
#6112)
|
2017-02-17 16:31:35 +01:00 |
|