Releases: haya14busa/vim-asterisk
Releases · haya14busa/vim-asterisk
Keeppos feature & stable release
1.0.0 2015-04-04
- Add keepCursor feature. |g:asterisk#keeppos|. This feature is based
on @pelodelfuego's work! https://github.com/pelodelfuego - Add test
- Fix minor bug and now it's stable
Thanks @pelodelfuego
v0.9.3
v0.9.2
0.9.2 2014-12-01
- Fix count handling for |#| motions with pattern including |<| and |>|.
- Refactoring
v0.9.1
0.9.1 2014-11-28
- Show error with empty selected string
v0.9.0
version: 0.9.0
date: 2014-11-28
description:
- Init.
FEATURE
1. stay star motions (z prefixed mappings)
z star motions doesn't move your cursor.
2. visual star motions
Search selected text.
3. Use smartcase unlike default one
Default behavior, which see ignorecase and not smartcase, is not intuitive.