-
Notifications
You must be signed in to change notification settings - Fork 194
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
bug: (picker) iskeyword not set in help pages #791
Comments
Thanks. However this call fails on my system. 3564f4f#diff-2462717a8356d82838c600767a44ce8270c21a51e9f636496e54b24073e31c90R376
Edit: Edit2: |
Removed. Was left-over debug. |
I think splitting it in 2 commands is not suitable. In case of help one would have to concat the commands somehow. Calling |
I don't get it. Just tested this all again and it works how it should. |
It does set If this is currently different for you, then I am also not sure. I am running the nightly version of Neovim. Could this be an issue? |
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.11.0-dev-1641+gc7d4a77ff9
Operating system/version
MacOs 15.3
Describe the bug
When I use the picker to search for help, I works nicely, when I open with
<CR>
. However, if I use<C-s>
or<C-v>
(default picker keys), theedit_split()
andedit_vsplit()
seem to behave differently (alsoedit_tab()
is affected). I am not able to follow tags in the help using<C-]>
. It turned out that theiskeyword
value is not set correctly for those files. The only exception is the main help file, because it has the correct value in the modeline.This is, how it should be
This is what I get out of the value:
Remark: Using the default way (
:h HELPTAG
) works correctly as well.Steps To Reproduce
Snacks.picker.help()
(with config just<leader>sh
)<C-v>
or<C-s>
to open the selected help file in a split window (still in insert mode):verbose set isk
Expected Behavior
iskeyword
is correctly set and following tags works.Repro
The text was updated successfully, but these errors were encountered: