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
hi, I am using this package since a couple of days so I don't even know if I need to open an issue for this, but I googled and couldn't find a solution.
I am trying to search and replace some strings in a range of lines with the following command:
:13,38s/h_.* = (.*)/Helper.bookHistogram \1/
but when I hit enter nothing happens. When I open my piece of code with vim on the terminal, this of course behaves as expected.
Is there anything I should enable in the settings (I took a look, but didn't find anything trivially solving it)?
The text was updated successfully, but these errors were encountered:
hi, I am using this package since a couple of days so I don't even know if I need to open an issue for this, but I googled and couldn't find a solution.
I am trying to search and replace some strings in a range of lines with the following command:
:13,38s/h_.* = (.*)/Helper.bookHistogram \1/
but when I hit enter nothing happens. When I open my piece of code with vim on the terminal, this of course behaves as expected.
Is there anything I should enable in the settings (I took a look, but didn't find anything trivially solving it)?
The text was updated successfully, but these errors were encountered: