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

Unable to select filenames with colons in ZettelSearch #55

Closed
csamu opened this issue Aug 13, 2020 · 1 comment
Closed

Unable to select filenames with colons in ZettelSearch #55

csamu opened this issue Aug 13, 2020 · 1 comment

Comments

@csamu
Copy link

csamu commented Aug 13, 2020

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:

let parts = split(a:line,":")

@michal-h21
Copy link
Owner

You are right. I've changed the FZF filename handling, so it should work 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