-
Notifications
You must be signed in to change notification settings - Fork 63
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
:NV word
doesn't search filenames for word
#35
Comments
Try escaping the hash in the vim command line and tell me what happens |
No change, |
Do you get the search bar to popup? If I run the search, I get |
I get an empty FZF search bar (0 results). |
What system and version of (n)vim are you running this on?
|
MacOS 10.14.5 I see the same behavior in both. |
Oddly, I've again confirmed that I see plenty of notes with |
Can you try updating neovim to the master branch and let me know?
|
Do mean the latest release (0.3.7, 3d ago) since I was still on 0.3.5? Or really a build from source from master? I am not particularly convinced this will help, since I'm seeing identical behavior on vim; updating nvim to 0.3.7 now. Have you tried to reproduce locally with the word |
Build from source. I have in fact tried locally and gotten the error message I mentioned above. |
I think I figured it out. When Most of the reason for allowing However, I am working on a new version of this that addresses #22 and should fix up other issues as well, which may mitigate the issue sufficiently for you. |
Thanks for your time and updates. I hadn't heart of skim before -- very interesting. It seems like the current behavior fits your workflow. I may fork and see if I can get something similar working better for my own purposes. Thanks for providing this project. EDIT: And let me know if you'd like me to close this issue or keep it open. |
:NV #bash
gets no results (bug with hashtag?):NV word
doesn't search titles for word
:NV word
doesn't search titles for word
:NV word
doesn't search filenames for word
I have dozens of notes that contain the word
bash
. I want to filter by notes that are aboutbash
(instead of simply containing the word); unfortunately, I can't filter for titles (#9) and all the other notes (esp those with multiple mentions ofbash
) end up taking all of the screen real estate (#22).I've followed a convention of using
#
in my filenames to indicate a tag / subject, so I figured I could just use:NV #bash
, but for some reason this gives me 0 results. If I instead do e.g.:NV bash
-> (in fzf)#bash
, I see 32 results.I suspect this may be a bug in escaping somewhere, but not sure.
:echo shellescape('#bash')
works as intended.The text was updated successfully, but these errors were encountered: