Use the official Jedi goto API instead of multiple calls

Fixes #802.
This commit is contained in:
Dave Halter
2018-04-24 00:21:03 +02:00
parent 5f98bfb62e
commit a54729ef63
2 changed files with 3 additions and 6 deletions

View File

@@ -22,8 +22,8 @@ describe 'goto simple'
it 'goto definitions'
normal \d
Expect line('.') == 1
Expect col('.') == 5
Expect line('.') == 2
Expect col('.') == 1
end
it 'goto assignments'