diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-02-17 16:31:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-02-17 16:31:35 +0100 |
commit | 79518e2ace5fce7b9c49060e462a6e935dba0a84 (patch) | |
tree | 5a5b1284386ac2aff2f39f50238327a54b46a7c3 /src/testdir/test_alot.vim | |
parent | 226c53429109f24e31c17016aedfd7fbf7a9aa50 (diff) | |
download | vim-79518e2ace5fce7b9c49060e462a6e935dba0a84.zip |
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)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 38b9f7a03..d43ae4f1b 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -3,10 +3,11 @@ source test_assign.vim source test_autocmd.vim +source test_changedtick.vim source test_cursor_func.vim source test_delete.vim -source test_execute_func.vim source test_ex_undo.vim +source test_execute_func.vim source test_expand.vim source test_expr.vim source test_expand_dllpath.vim |