You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a really interesting plugin. I was wondering if it was possible to make a text object that would include "all lines with same or greater indentation". I would really like to be able to do something like ci%, and that the inner block of code is deleted.
I'm using Ruby and there is currently a plugin for Ruby block text objects, but it doesn't work properly (regexes should be improved). And I if your plugin would provide a text object for "blocks" (just based on indentation), that would work in all languages.
The text was updated successfully, but these errors were encountered:
The definitive indent-based text object is vim-indent-object. It works and it works well. I might incorporate it into this plugin later on, but right now I think the best option would be to install it side-by-side with this plugin.
This is a really interesting plugin. I was wondering if it was possible to make a text object that would include "all lines with same or greater indentation". I would really like to be able to do something like
ci%
, and that the inner block of code is deleted.I'm using Ruby and there is currently a plugin for Ruby block text objects, but it doesn't work properly (regexes should be improved). And I if your plugin would provide a text object for "blocks" (just based on indentation), that would work in all languages.
The text was updated successfully, but these errors were encountered: