Skip to content

Commit 3532f98

Browse files
committed
Retab
1 parent 474d81d commit 3532f98

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

autoload/ctrlp.vim

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,17 +1526,17 @@ fu! ctrlp#dirnfile(entries)
15261526
endf
15271527

15281528
fu! s:usrign(item, type)
1529-
if s:igntype == 1 | retu a:item =~ s:usrign | end
1530-
if s:igntype == 4
1531-
if has_key(s:usrign, a:type) && s:usrign[a:type] != ''
1532-
\ && a:item =~ s:usrign[a:type]
1533-
retu 1
1534-
elsei has_key(s:usrign, 'func') && s:usrign['func'] != ''
1535-
\ && call(s:usrign['func'], [a:item, a:type])
1536-
retur 1
1537-
end
1538-
end
1539-
retu 0
1529+
if s:igntype == 1 | retu a:item =~ s:usrign | end
1530+
if s:igntype == 4
1531+
if has_key(s:usrign, a:type) && s:usrign[a:type] != ''
1532+
\ && a:item =~ s:usrign[a:type]
1533+
retu 1
1534+
elsei has_key(s:usrign, 'func') && s:usrign['func'] != ''
1535+
\ && call(s:usrign['func'], [a:item, a:type])
1536+
retur 1
1537+
end
1538+
end
1539+
retu 0
15401540
endf
15411541

15421542
fu! s:samerootsyml(each, isfile, cwd)
@@ -2210,7 +2210,7 @@ fu! ctrlp#getmarkedlist()
22102210
endf
22112211

22122212
fu! ctrlp#clearmarkedlist()
2213-
let s:marked = {}
2213+
let s:marked = {}
22142214
endf
22152215

22162216
fu! ctrlp#exit()

0 commit comments

Comments
 (0)