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

haya14busa / vim / 106
77%
master: 77%

Build:
Build:
LAST BUILD BRANCH: incsearch-hi-all
DEFAULT BRANCH: master
Ran 14 Oct 2017 09:03AM UTC
Jobs 3
Files 90
Run time 1min
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
106

push

travis-ci

haya14busa
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

27 of 27 new or added lines in 2 files covered. (100.0%)

110568 of 144485 relevant lines covered (76.53%)

467267.29 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/os_unix.c
1
100.0
src/gui.c
2
100.0
src/gui_gtk_x11.c
6
100.0
src/if_py_both.h
8
100.0
src/ex_cmds.c
427
100.0
src/ex_getln.c
429
100.0
src/option.c
553
100.0
src/search.c
Jobs
ID Job ID Ran Files Coverage
5 106.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:04AM UTC 0
75.99
Travis Job 106.5
8 106.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:05AM UTC 0
74.6
Travis Job 106.8
9 106.9 (BUILD=no TEST=unittests COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=yes) 14 Oct 2017 09:03AM UTC 0
2.59
Travis Job 106.9
Source Files on build 106
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #106
  • 7973b1ae on github
  • Prev Build on incsearch-hi-all (#104)
  • Next Build on incsearch-hi-all (#108)
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

© 2025 Coveralls, Inc