ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.57k stars 259 forks source link

Optimize s:fnesc and s:usrign #557

Closed mattn closed 3 years ago

mattn commented 3 years ago

Optimized s:fnesc with avoiding check features. Optimized s:usrign with making short-path of if/else/endif Optimized with using get(dict, key, default)

mattn commented 3 years ago

EjaN1xfUYAcX3jj

left side is old.

mattn commented 3 years ago

@tacahiroy Could you please review this?

tacahiroy commented 3 years ago

Sure. will do

tacahiroy commented 3 years ago

LGTM

tacahiroy commented 3 years ago

I have checked the behaviour on my local and does look good to me.

mattn commented 3 years ago

Thanks!