commit | 79518e2ace5fce7b9c49060e462a6e935dba0a84 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 16:31:35 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 16:31:35 2017 +0100 |
tree | 5a5b1284386ac2aff2f39f50238327a54b46a7c3 | |
parent | 226c53429109f24e31c17016aedfd7fbf7a9aa50 [diff] [blame] |
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)
diff --git a/src/Makefile b/src/Makefile index 153e526..52c74f2 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2099,6 +2099,7 @@ test_cdo \ test_channel \ test_charsearch \ + test_changedtick \ test_cmdline \ test_command_count \ test_crypt \