Fix indentation option to work with hard tabs (#19)

This commit is contained in:
Junegunn Choi
2013-10-31 12:31:55 +09:00
parent 2b119f9bb6
commit 2daae46a43
2 changed files with 36 additions and 5 deletions

View File

@@ -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',