From 43dcc4809f7c5280a55daa98ddd5c8415502d750 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Fri, 27 Mar 2015 12:25:40 +0100 Subject: [PATCH] Test if this helps fixing the online tests that are not working. --- test/documentation.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/test/documentation.vim b/test/documentation.vim index 119e360..67b6e18 100644 --- a/test/documentation.vim +++ b/test/documentation.vim @@ -2,6 +2,7 @@ source plugin/jedi.vim describe 'documentation docstrings' before + bd! set filetype=python end