mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-12 20:03:49 -05:00
Implement g:easy_align_bypass_fold switch (#14) with a small fix
This commit is contained in:
@@ -10,3 +10,11 @@ Do (FIXME invalid judgement - block-wise visual mode):
|
||||
Expect:
|
||||
a | b | c
|
||||
|
||||
Do (TODO Workaround: reset visualmode() on error):
|
||||
\<C-V>\<Esc>
|
||||
:%EasyAlign|\<CR>
|
||||
:%EasyAlign|\<CR>
|
||||
|
||||
Expect:
|
||||
a | b | c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user