mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-11 19:33:50 -05:00
Update test doc
This commit is contained in:
@@ -800,7 +800,7 @@ Expect ruby:
|
|||||||
dddddd /= 123
|
dddddd /= 123
|
||||||
gg <=>ee
|
gg <=>ee
|
||||||
|
|
||||||
Do (1st =):
|
Do (Center-align around 2nd =):
|
||||||
vip\<Enter>\<Enter>\<Enter>2=
|
vip\<Enter>\<Enter>\<Enter>2=
|
||||||
|
|
||||||
Expect ruby:
|
Expect ruby:
|
||||||
@@ -1235,6 +1235,8 @@ Execute (unset g:easy_align_interactive_modes):
|
|||||||
unlet g:easy_align_interactive_modes
|
unlet g:easy_align_interactive_modes
|
||||||
unlet g:easy_align_bang_interactive_modes
|
unlet g:easy_align_bang_interactive_modes
|
||||||
|
|
||||||
|
###########################################################
|
||||||
|
|
||||||
Given (Test ignore_unmatched behavior):
|
Given (Test ignore_unmatched behavior):
|
||||||
a = b = c
|
a = b = c
|
||||||
aabba = bbbbb
|
aabba = bbbbb
|
||||||
|
|||||||
Reference in New Issue
Block a user