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
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!
The text was updated successfully, but these errors were encountered:
If I have my cursor placed in this line where the square brackets are as such:
my_underscore_wor[d]
, and then rundi_
, the resulting string ismy_underscore_[o]rd
. Similarly, runningda_
instead will produce the following:my_underscore[w]ord
.Any help in solving this issue would be appreciated!
The text was updated successfully, but these errors were encountered: