summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_changedtick.vim
AgeCommit message (Collapse)Author
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
Problem: Various inconsistencies in test files. Solution: Add modelines where they were missing. Use Check commands instead of silently skipping over tests. Adjust indents and comments. (Ken Takata, closes #6695)
2019-06-08patch 8.1.1501: new behavior of b:changedtick not testedv8.1.1501Bram Moolenaar
Problem: New behavior of b:changedtick not tested. Solution: Add a few test cases. (Daniel Hahler)
2017-02-21patch 8.0.0345: islocked('d.changedtick') does not workv8.0.0345Bram Moolenaar
Problem: islocked('d.changedtick') does not work. Solution: Make it work.
2017-02-20patch 8.0.0343: b:changedtick can be unlockedv8.0.0343Bram Moolenaar
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-17patch 8.0.0334: can't access b:changedtick from a dict referencev8.0.0334Bram Moolenaar
Problem: Can't access b:changedtick from a dict reference. Solution: Make changedtick a member of the b: dict. (inspired by neovim #6112)