mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-12 11:53:49 -05:00
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
# It is currently possible that EasyAlign command incorrectly judges
|
|
# that it was executed in block-wise visual mode
|
|
Given:
|
|
a|b|c
|
|
|
|
Do (FIXME invalid judgement - block-wise visual mode):
|
|
\<C-V>\<Esc>
|
|
:%EasyAlign|\<CR>
|
|
|
|
Expect:
|
|
a | b | c
|
|
|