Skip to content

Commit 2e4785a

Browse files
committed
Merge branch 'prepare-for-1.0.2' into dev
2 parents 1dd7791 + 20dd74c commit 2e4785a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/incsearch.txt

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*incsearch.txt* Incrementally highlight all pattern matches
22

33
Author : haya14busa <[email protected]>
4-
Version : 1.0.1
4+
Version : 1.0.2
55
License : MIT license {{{
66

77
Copyright (c) 2014-2015 haya14busa
@@ -387,6 +387,17 @@ Version 2.0(?) Roadmap~
387387
3. More configurable options
388388
- e.g. option for prompt format including right prompt feature
389389

390+
1.0.2 2015-04-16
391+
1. Implement experimental API (undocumented) to access vital-over
392+
command line object
393+
2. Add LiteralInsert module to insert special character literally
394+
- e.g. <C-v><Tab> now inserts literal <Tab> and search them.
395+
3. Add workaround pasting issue for MacVim #35
396+
4. Fix to redraw commandline when leaving with <Esc> #67
397+
5. Fix <SID> handling for <expr> mappings #51
398+
6. Fix flicker at entering incsearch's commands #73
399+
400+
390401
1.0.1 2015-01-04
391402
1. Fix keymapping escape
392403
2. Fix |last-pattern| with |g:incsearch#magic|

0 commit comments

Comments
 (0)