mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-03-06 18:32:51 +01:00
'ys{motion}<' requires further user input to wrap text into HTML tags
This commit is contained in:
parent
af534c9209
commit
6328575639
@ -63,8 +63,6 @@ public class VimSurroundExtensionTest extends VimTestCase {
|
||||
|
||||
doTest(parseKeys("ysea"), before, after);
|
||||
doTest(parseKeys("yse>"), before, after);
|
||||
doTest(parseKeys("yse<"), before,
|
||||
"foo = new Bar< Baz >();");
|
||||
}
|
||||
|
||||
public void testSurroundQuotes() {
|
||||
|
Loading…
Reference in New Issue
Block a user