comparison src/Makefile @ 10889:5780bd3a5a7e v8.0.0334

patch 8.0.0334: can't access b:changedtick from a dict reference commit https://github.com/vim/vim/commit/79518e2ace5fce7b9c49060e462a6e935dba0a84 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 17 16:31:35 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Fri, 17 Feb 2017 16:45:05 +0100
parents cb71a5468aca
children d513b653f5d0
comparison
equal deleted inserted replaced
10888:46008b393de1 10889:5780bd3a5a7e
2097 test_breakindent \ 2097 test_breakindent \
2098 test_bufwintabinfo \ 2098 test_bufwintabinfo \
2099 test_cdo \ 2099 test_cdo \
2100 test_channel \ 2100 test_channel \
2101 test_charsearch \ 2101 test_charsearch \
2102 test_changedtick \
2102 test_cmdline \ 2103 test_cmdline \
2103 test_command_count \ 2104 test_command_count \
2104 test_crypt \ 2105 test_crypt \
2105 test_cscope \ 2106 test_cscope \
2106 test_cursor_func \ 2107 test_cursor_func \