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
I just noticed this happening, but not sure what caused it. It is only a problem in Ruby file (not in python) as far as I know, so probably has to do with vim's native support for Ruby?
To reproduce, open vim with some *.rb file, paste the following text:
text=""" Below is an add function """defadd(a,b)returna + bend
Move the cursor to any of the following position
text=""" Below is an add function """
^^^^^^^^^^^^^^^^^^^^^^^^
and in normal mode, press sdi and then enter """ for both prompts. Then the entire buffer should be cleared.
Defining a custom mapping with
{'buns': ['"""', '"""'], 'input': ['q']}
and do sdq would produce the same result.
The text was updated successfully, but these errors were encountered:
Thank you for your report! Unfortunately, I could not reproduce the problem in my environment. Do you have any other settings related? Or if you could make a minimum working vimrc it would be great.
I just noticed this happening, but not sure what caused it. It is only a problem in Ruby file (not in python) as far as I know, so probably has to do with vim's native support for Ruby?
To reproduce, open vim with some
*.rb
file, paste the following text:Move the cursor to any of the following position
and in normal mode, press
sdi
and then enter"""
for both prompts. Then the entire buffer should be cleared.Defining a custom mapping with
and do
sdq
would produce the same result.The text was updated successfully, but these errors were encountered: