annotate src/testdir/bench_re_freeze.in @ 17871:521ce0d887e5
v8.1.1932
patch 8.1.1932: ml_get errors after using append()
Commit: https://github.com/vim/vim/commit/d20070274c47668560e02db184e1f8e456c3c326
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 27 21:56:06 2019 +0200
patch 8.1.1932: ml_get errors after using append()
Problem: Ml_get errors after using append(). (Alex Genco)
Solution: Do not update the cursor twice. (closes https://github.com/vim/vim/issues/1737)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Tue, 27 Aug 2019 22:00:04 +0200 |
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:
|