]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0646: the hlsearch test fails on fast systems v8.0.0646
authorBram Moolenaar <Bram@vim.org>
Sat, 17 Jun 2017 18:55:06 +0000 (20:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Jun 2017 18:55:06 +0000 (20:55 +0200)
commit0946326580e6f034fe2c88d041407ea0fde980ab
treed3a101a309a7941f2fc6e115ff2c32f17dc7028b
parent1ef9bbe215e13a273e74fccaddd8fc5a42c76b6e
patch 8.0.0646: the hlsearch test fails on fast systems

Problem:    The hlsearch test fails on fast systems.
Solution:   Make the search pattern slower.  Fix that the old regexp engine
            doesn't timeout properly.
src/regexp.c
src/testdir/test_hlsearch.vim
src/version.c