mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-10 10:53:49 -05:00
Fix indentation option to work with hard tabs (#19)
This commit is contained in:
@@ -1465,6 +1465,24 @@ Expect:
|
||||
ccccc = 4=5
|
||||
fff = 4=6
|
||||
|
||||
Do (Left alignment with shallow indentation):
|
||||
vip\<Enter>\<C-I>=
|
||||
|
||||
Expect:
|
||||
a = 1=3
|
||||
bbb = 2=4
|
||||
ccccc = 4=5
|
||||
fff = 4=6
|
||||
|
||||
Do (Center alignment with deep indentation):
|
||||
vip\<Enter>\<Enter>\<Enter>\<C-I>\<C-I>=
|
||||
|
||||
Expect:
|
||||
a = 1=3
|
||||
bbb = 2=4
|
||||
ccccc = 4=5
|
||||
fff = 4=6
|
||||
|
||||
Given (hard-tab indentation - dictionary (#19)):
|
||||
ddict={'homePage':'360452',
|
||||
'key':'TEST',
|
||||
|
||||
Reference in New Issue
Block a user