Skip to content
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

Suppressing debug messages in fzf.vim #101

Open
ebiven opened this issue Feb 13, 2021 · 1 comment
Open

Suppressing debug messages in fzf.vim #101

ebiven opened this issue Feb 13, 2021 · 1 comment

Comments

@ebiven
Copy link

ebiven commented Feb 13, 2021

These debug messages cause an extra keystroke when opening a file using ZettelOpen and FZF. Is there a simple way to suppress them that I'm not aware of?

echom("[DEBUG] filename: " . filename)
echom("[DEBUG] wikiname: " . wikiname)
echom("[DEBUG] dir: " . g:zettel_dir)
echom("[DEBUG] wikidir: " . vimwiki#vars#get_wikilocal('path'))

@michal-h21
Copy link
Owner

Thanks for the report. I've removed the debugging messages, so it should be OK now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants