michal-h21 / vim-zettel

VimWiki addon for managing notes according to Zettelkasten method
MIT License
557 stars 73 forks source link

Unable to select filenames with colons in ZettelSearch #55

Closed csamu closed 4 years ago

csamu commented 4 years ago

You are unable to select and link to notes with colons (:) in their name. Selecting a file with a colon in the Ag list will throw an error.

For example: image

Its probably because of this line: https://github.com/michal-h21/vim-zettel/blob/f9000b0d080827b7cc5dd036f6043af87b69b86f/autoload/zettel/fzf.vim#L22

michal-h21 commented 4 years ago

You are right. I've changed the FZF filename handling, so it should work now.