Yggdroot / LeaderF

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.
Apache License 2.0
2.14k stars 178 forks source link

add leader#execute func if execute() function not exists #1010

Closed leoatchina closed 1 year ago

leoatchina commented 1 year ago

in vim7.4, no function execute() exists, so leader jumps, leaderf command would raise errors, this commit fixed this bug

Yggdroot commented 1 year ago

Thanks.