fix a few jedi-vim tests that have either broken due to the new jedi version or because they were wrong.

This commit is contained in:
Dave Halter
2014-05-05 12:17:38 +02:00
parent 4e9aa671a7
commit c32844dfec
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ describe 'documentation docstrings'
it 'no documentation'
put = 'x = 2'
normal G0K
normal o<ESC>GK
Expect bufname('%') == ''
end
end