• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

haya14busa / vim / 107
77%

Build:
DEFAULT BRANCH: master
Ran 14 Oct 2017 09:17AM UTC
Jobs 3
Files 90
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
107

Pull #5

travis-ci

web-flow
Implement incremental highlight search feature

By removing SEARCH_KEEP flag, command line text is stored as last regexp
pattern and used for 'hlsearch' feture while incremental searching.

Add 'inchlsearch' ("inc"remental "hlsearch") option to turn on/off this feature.

This patch is based on itchyny's patch[1]. itchyny's patch didn't handle
cancelling incremental search by <Esc> or <C-c> and command line text is
stored as last pattern even if users cancell the search.
This patch fix this problem by store/restore the search pattern.

[1]: https://groups.google.com/forum/#!searchin/vim_dev/incsearch|sort:relevance/vim_dev/zdp8W-6xUzg/PrqDpP7cilIJ
Pull Request #5: [CI] inchlsearch

28 of 28 new or added lines in 3 files covered. (100.0%)

110572 of 144484 relevant lines covered (76.53%)

466504.05 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
src/screen.c
2
100.0
src/channel.c
2
100.0
src/buffer.c
2
100.0
src/eval.c
6
100.0
src/if_py_both.h
16
100.0
src/gui_beval.c
18
100.0
src/window.c
Jobs
ID Job ID Ran Files Coverage
5 107.5 (BUILD=yes TEST=scripttests COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=no "CONFOPT='--enable-perlinterp --enable-pythoninterp --enable-python3interp --enable-rubyinterp --enable-luainterp'") 14 Oct 2017 09:17AM UTC 0
75.98
Travis Job 107.5
8 107.8 (BUILD=yes TEST=scripttests COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=no "CONFOPT='--enable-perlinterp --enable-pythoninterp --enable-python3interp --enable-rubyinterp --enable-luainterp'") 14 Oct 2017 09:20AM UTC 0
74.61
Travis Job 107.8
9 107.9 (BUILD=no TEST=unittests COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=yes) 14 Oct 2017 09:18AM UTC 0
2.59
Travis Job 107.9
Source Files on build 107
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #107
  • Pull Request #5
  • PR Base - master (#90)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc