Preserve last selection when using <Plug>(EasyAlign)

This commit is contained in:
Junegunn Choi
2014-06-27 23:31:22 +09:00
parent fc9555cd65
commit f9a49e441d
2 changed files with 27 additions and 10 deletions

View File

@@ -139,4 +139,26 @@ Expect:
## n2gv = {}
# n2vt = {}
Given (Some text):
a,b,c
d,e,f
Do (Select 1st line, align 3rd line):
- First line
V\<esc>
- Last line
G
- Align
\<space>Aip*,
- Previous selection
gv
- Upcase
U
Expect:
A,B,C
d, e, f
Include: include/teardown.vader