File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1526,17 +1526,17 @@ fu! ctrlp#dirnfile(entries)
15261526endf
15271527
15281528fu ! 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
15401540endf
15411541
15421542fu ! s: samerootsyml (each, isfile, cwd)
@@ -2210,7 +2210,7 @@ fu! ctrlp#getmarkedlist()
22102210endf
22112211
22122212fu ! ctrlp#clearmarkedlist ()
2213- let s: marked = {}
2213+ let s: marked = {}
22142214endf
22152215
22162216fu ! ctrlp#exit ()
You can’t perform that action at this time.
0 commit comments