annotate src/testdir/bench_re_freeze.in @ 17859:06e655ce1938
v8.1.1926
patch 8.1.1926: cursorline not redrawn when putting a line above the cursor
Commit: https://github.com/vim/vim/commit/c2b97643a82bb9fbd202312dac4aa995f92e9e5b
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 25 14:48:37 2019 +0200
patch 8.1.1926: cursorline not redrawn when putting a line above the cursor
Problem: Cursorline not redrawn when putting a line above the cursor.
Solution: Redraw when the curor line is below a change. (closes https://github.com/vim/vim/issues/4862)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sun, 25 Aug 2019 15: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:
|