annotate src/testdir/bench_re_freeze.in @ 15400:ac5542aadd9c
v8.1.0708
patch 8.1.0708: third argument for redrawWinline() is always FALSE
commit https://github.com/vim/vim/commit/ae12f4bad306a1a3a2d54ff6ed76df9b11d19469
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jan 9 20:51:04 2019 +0100
patch 8.1.0708: third argument for redrawWinline() is always FALSE
Problem: Third argument for redrawWinline() is always FALSE.
Solution: Drop the argument. (neovim https://github.com/vim/vim/issues/9479)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Wed, 09 Jan 2019 21:00:07 +0100 |
parents |
adfbffe1e642 |
children |
|
rev |
line source |
6328
|
1 Test for Benchmarking RE engine
|
|
2
|
|
3 STARTTEST
|
|
4 :so small.vim
|
|
5 :if !has("reltime") | qa! | endif
|
|
6 :set nocp cpo&vim
|
|
7 :so bench_re_freeze.vim
|
|
8 :call Measure('samples/re.freeze.txt', '\s\+\%#\@<!$', '+5')
|
|
9 :/^" Benchmark/,$w! benchmark.out
|
|
10 :qa!
|
|
11 ENDTEST
|
|
12
|
|
13 " Benchmark_results:
|