vim-textobj-user
vim-textobj-user copied to clipboard
Textobject not behaving as expected.
If I have my cursor placed in this line where the square brackets are as such: my_underscore_wor[d], and then run di_, the resulting string is my_underscore_[o]rd. Similarly, running da_ instead will produce the following: my_underscore[w]ord.
Any help in solving this issue would be appreciated!