set surround not working for me as expected #293
Replies: 2 comments
-
Hi! This seems to be a bug in IdeaVim. I've filed an issue in YouTrack: https://youtrack.jetbrains.com/issue/VIM-2286 |
Beta Was this translation helpful? Give feedback.
0 replies
-
any news on this issue? cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have put set surround in ideavimrc, but when I try it using cs, I get very unpredictable behaviour. For example, the following code
If I placed my cursor in ghassan and did
csw"
I get the following"ghassan"<img id="logo" src="{{ env("APP_URL")."/images/shababMallLogo.png" }}"/>
Why did it eat away my new lines and stuck <img with the word ghassan? Am I missing something?
Also another example
This
<a id="languageChanger" class="shababMallFont" href="?lang={{ App::getLocale() == "en" ? "ar" : "en" }}">
If I placed my cursor in the middle of "ar" and did this command
cs"'
I get the following<a id="languageChanger" class="shababMallFont" href="?lang={{ App::getLocale() == "en" ? "'ar'en" }}">
Can someone please help?
Beta Was this translation helpful? Give feedback.
All reactions