Buffer names seem to be an empty string sometimes and not None

This commit is contained in:
Dave Halter
2017-10-11 09:44:48 +02:00
parent 192e03b335
commit d42f56bc82
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ describe 'goto simple'
end
it 'goto definitions'
silent normal \d
normal \d
Expect line('.') == 1
end