Mercurial > vim
view src/testdir/bench_re_freeze.in @ 12969:a9f6a874b64f v8.0.1360
patch 8.0.1360: the Terminal highlighting doesn't work in a terminal
commit https://github.com/vim/vim/commit/76bb7196f5102c9929959d710e8ed97a19affa4d
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 30 22:07:07 2017 +0100
patch 8.0.1360: the Terminal highlighting doesn't work in a terminal
Problem: The Terminal highlighting doesn't work in a terminal. (Ozaki
Kiichi)
Solution: Use the Terminal highlighting when the cterm index is zero.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 30 Nov 2017 22:15:05 +0100 |
parents | adfbffe1e642 |
children |
line wrap: on
line source
Test for Benchmarking RE engine STARTTEST :so small.vim :if !has("reltime") | qa! | endif :set nocp cpo&vim :so bench_re_freeze.vim :call Measure('samples/re.freeze.txt', '\s\+\%#\@<!$', '+5') :/^" Benchmark/,$w! benchmark.out :qa! ENDTEST " Benchmark_results: