We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation states:
targets.vim/doc/targets.txt
Line 77 in 642d3a4
But r is not working for me. It's also not listed in the defaults:
r
Lines 727 to 763 in 642d3a4
I had to add it with:
autocmd User targets#mappings#user call targets#mappings#extend({ \ 'r': {'pair': [{'o':'[', 'c':']'}]} \ })
So I think either the docs should be updated or the mapping added.
There's also a little typo (incude) here:
incude
Line 222 in 642d3a4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The documentation states:
targets.vim/doc/targets.txt
Line 77 in 642d3a4
But
r
is not working for me. It's also not listed in the defaults:targets.vim/doc/targets.txt
Lines 727 to 763 in 642d3a4
I had to add it with:
So I think either the docs should be updated or the mapping added.
There's also a little typo (
incude
) here:targets.vim/doc/targets.txt
Line 222 in 642d3a4
The text was updated successfully, but these errors were encountered: