We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3060f39 commit 592f179Copy full SHA for 592f179
test/indent/comments_strings.vader
@@ -26,8 +26,6 @@ Expect puppet (closing brace back aligned with start of resource block):
26
#}
27
}
28
-------------------------------------------------------------------------------
29
-" XXX: This test doesn't do what we're expecting: it seems as though indentation
30
-" doesn't have access to syntax classes during tests.
31
Given puppet (multi-line string):
32
class something {
33
$var="
@@ -39,7 +37,9 @@ Given puppet (multi-line string):
39
37
40
38
41
+" XXX Redraw the screen to ensure that syntax highlighting has run
42
Do (full text indent with '='):
+ \<C-o>:redraw | normal! gs\<cr>
43
gg=G
44
45
Expect puppet (multi-line string does not move and line after resumes indentation):
0 commit comments