Upgrade vim-vspec to 1.8.1 (#862)

This fixes some tests to make it work with the newer version.
This commit is contained in:
Daniel Hahler
2018-07-30 11:16:51 +02:00
committed by Dave Halter
parent 4c430ed536
commit e49638ffc8
7 changed files with 63 additions and 70 deletions

View File

@@ -63,9 +63,6 @@ describe 'completions'
Expect getline('.') == 'raise BaseException'
set completeopt +=longest
end
it 'dot_open'
end
end
" vim: et:ts=4:sw=4