michal-h21 / vim-zettel

VimWiki addon for managing notes according to Zettelkasten method
MIT License
555 stars 72 forks source link

Suppressing debug messages in fzf.vim #101

Open ebiven opened 3 years ago

ebiven commented 3 years ago

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?

https://github.com/michal-h21/vim-zettel/blob/9048bfc6469416489cab3740c4d0b946912d9641/autoload/zettel/fzf.vim#L84-L87

michal-h21 commented 2 years ago

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