File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
*incsearch.txt* Incrementally highlight all pattern matches
2
2
3
3
Author : haya14busa <
[email protected] >
4
- Version : 1.0.1
4
+ Version : 1.0.2
5
5
License : MIT license {{{
6
6
7
7
Copyright (c) 2014-2015 haya14busa
@@ -387,6 +387,17 @@ Version 2.0(?) Roadmap~
387
387
3. More configurable options
388
388
- e.g. option for prompt format including right prompt feature
389
389
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
+
390
401
1.0.1 2015-01-04
391
402
1. Fix keymapping escape
392
403
2. Fix | last-pattern | with | g:incsearch#magic |
You can’t perform that action at this time.
0 commit comments