-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
All text objects #287
Comments
Thanks to @sectioneight for allowing me to tick off a number of these boxes! 😃 |
no prob! Iirc I didn't get square brackets yet. It should be a trivial change though. |
With #385, we have |
Already checked off 😉 |
ascandella
added a commit
to ascandella/Vim
that referenced
this issue
Jul 20, 2016
ascandella
added a commit
to ascandella/Vim
that referenced
this issue
Jul 20, 2016
ascandella
added a commit
to ascandella/Vim
that referenced
this issue
Jul 23, 2016
ascandella
added a commit
to ascandella/Vim
that referenced
this issue
Jul 24, 2016
johnfn
pushed a commit
that referenced
this issue
Jul 25, 2016
Thanks to @sectioneight for nailing all of these! |
Any plans to support |
We actually do support at/it. We do have an open bug about not supporting multiline tags, however. #1108 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a(
andi(
a"
andi"
a'
andi'
a<
andi<
a[
andi[
a{
andi{
aw
andiw
Most of these are tedious but easy. The quoted ones are going to be a little harder, however.
The text was updated successfully, but these errors were encountered: