]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix cython tests that successful due to Vim segfaulting and vimrunner not handling it
authorDaniel Hahler <git@thequod.de>
Tue, 24 Jul 2018 23:19:51 +0000 (01:19 +0200)
committerDaniel Hahler <git@thequod.de>
Tue, 24 Jul 2018 23:19:51 +0000 (01:19 +0200)
spec/indent/cython_spec.rb

index 6a85790309d572fb502c322a008e066183abd0e5..933801df33d4b2dcd92f46544f33468cc117b438 100644 (file)
@@ -4,9 +4,12 @@ describe "vim for cython" do
   before(:all) {
     vim.command "new"
     vim.command "set ft=cython"
-    vim.command("set indentexpr?").should include "GetPythonPEPIndent("
+    vim.command("set indentexpr?").should include "GetPythonPEPIndent("
   }
   before(:each) {
+    # clear buffer
+    vim.normal 'gg"_dG'
+
     # Insert two blank lines.
     # The first line is a corner case in this plugin that would shadow the
     # correct behaviour of other tests. Thus we explicitly jump to the first