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