-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
g:Lf_MruFileExclude not work #149
Comments
|
How can I refresh MRU cache? I have tried use |
Why do you want to refresh the cache? |
Sorry for misunderstanding your reply. There is no need to refresh the cache. By the way, I think it may be better to make |
Adding |
I have updated LeaderF and replaced Thanks a lot for making the charming plugin! |
vim or neovim?
vim --version
ornvim --version
:VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Apr 18 2018 15:30:48)
macOS version
Included patches: 1-1700
Compiled by Homebrew
Output of
:echo has("python")
: 0Output of
:echo has("python3")
: 1Output of
:echo &pythondll
(only vim, not neovim): nothing printedOutput of
:echo &pythonthreedll
(only vim, not neovim): nothing printedOutput of
:py print(sys.version)
:Sorry, the command is not available in this version
Output of
:py3 print(sys.version)
: 3.6.5Operating system:
Configurations related to LeaderF in vimrc:
Describe your question, feature request, or bug.
Mrus still show
.cnx
files when I setg:Lf_MruFileExclude
. By the way, how can I exclude files in specific directory? I have add.git
direcotry ing:Lf_WildIgnore
but mrns still show files in.git
directory.The text was updated successfully, but these errors were encountered: