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

Mismatch between actual and documented defaults for g:targets_pairs #85

Closed
noahfrederick opened this issue Aug 22, 2014 · 1 comment · Fixed by #86
Closed

Mismatch between actual and documented defaults for g:targets_pairs #85

noahfrederick opened this issue Aug 22, 2014 · 1 comment · Fixed by #86

Comments

@noahfrederick
Copy link

The documentation reports the following as the default:

let g:targets_pairs = '()b {}B [] <>'

But as implemented, it is:

let g:targets_pairs = '()b {}B []r <>'

(The former seems like a better default, as the ir/ar text objects conflict with https://github.com/nelstrom/vim-textobj-rubyblock.)

@wellle
Copy link
Owner

wellle commented Aug 22, 2014

Well spotted! Should be fixed 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

Successfully merging a pull request may close this issue.

2 participants