comparison src/Makefile @ 11117:e2258e86d8e1 v8.0.0446

patch 8.0.0446: the ";" command does not work after some characters commit https://github.com/vim/vim/commit/454709baffd3205bf2b7d2519419675a122f2bd2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 12 16:37:14 2017 +0100 patch 8.0.0446: the ";" command does not work after some characters Problem: The ";" command does not work after characters with a lower byte that is NUL. Solution: Properly check for not having a previous character. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Mar 2017 16:45:04 +0100
parents 7c7e496e625d
children 9836b701afd9
comparison
equal deleted inserted replaced
11116:e879e8149411 11117:e2258e86d8e1
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_charsearch_utf8 \
2102 test_changedtick \ 2103 test_changedtick \
2103 test_cindent \ 2104 test_cindent \
2104 test_cmdline \ 2105 test_cmdline \
2105 test_command_count \ 2106 test_command_count \
2106 test_crypt \ 2107 test_crypt \