Skip to content

Commit

Permalink
Merge branch 'prepare-for-1.0.2' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Apr 16, 2015
2 parents 1dd7791 + 20dd74c commit 2e4785a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion doc/incsearch.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*incsearch.txt* Incrementally highlight all pattern matches

Author : haya14busa <hayabusa1419@gmail.com>
Version : 1.0.1
Version : 1.0.2
License : MIT license {{{

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

1.0.2 2015-04-16
1. Implement experimental API (undocumented) to access vital-over
command line object
2. Add LiteralInsert module to insert special character literally
- e.g. <C-v><Tab> now inserts literal <Tab> and search them.
3. Add workaround pasting issue for MacVim #35
4. Fix to redraw commandline when leaving with <Esc> #67
5. Fix <SID> handling for <expr> mappings #51
6. Fix flicker at entering incsearch's commands #73


1.0.1 2015-01-04
1. Fix keymapping escape
2. Fix |last-pattern| with |g:incsearch#magic|
Expand Down

0 comments on commit 2e4785a

Please sign in to comment.