-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'prepare-for-1.1.0' into dev
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
*incsearch.txt* Incrementally highlight all pattern matches | ||
|
||
Author : haya14busa <[email protected]> | ||
Version : 1.0.3 | ||
Version : 1.1.0 | ||
License : MIT license {{{ | ||
|
||
Copyright (c) 2014-2015 haya14busa | ||
|
@@ -490,6 +490,16 @@ Version 2.0(?) Roadmap~ | |
3. More configurable options | ||
- e.g. option for prompt format including right prompt feature | ||
|
||
1.1.0 2015-05-03 | ||
1. Add experimental API |incsearch-api|. | ||
- Now you can pass a default pattern |incsearch-config-pattern| | ||
- Use |incsearch#cli()| with |incsearch-autocmd| to extend | ||
incsearch.vim's search interface | ||
- vim-repeat support if needed |incsearch-config-is_expr| | ||
- You can pass additional vital-over module to connect | ||
|incsearch-config-modules| | ||
|
||
|
||
1.0.3 2015-05-03 | ||
1. Fix 'hlsearch' handling #74 | ||
|
||
|