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 0a9b6e2 commit e30eaacCopy full SHA for e30eaac
spec/indent/cython_spec.rb
@@ -4,9 +4,12 @@
4
before(:all) {
5
vim.command "new"
6
vim.command "set ft=cython"
7
- # vim.command("set indentexpr?").should include "GetPythonPEPIndent("
+ vim.command("set indentexpr?").should include "GetPythonPEPIndent("
8
}
9
before(:each) {
10
+ # clear buffer
11
+ vim.normal 'gg"_dG'
12
+
13
# Insert two blank lines.
14
# The first line is a corner case in this plugin that would shadow the
15
# correct behaviour of other tests. Thus we explicitly jump to the first
0 commit comments