updating vim
This commit is contained in:
commit
00a9e7d96b
1055 changed files with 126840 additions and 0 deletions
8
.vim/bundle/jedi-vim/jedi/test/test_windows.py
Normal file
8
.vim/bundle/jedi-vim/jedi/test/test_windows.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import jedi
|
||||
|
||||
def test_path_issues():
|
||||
"""
|
||||
See pull request #684 for details.
|
||||
"""
|
||||
source = '''from datetime import '''
|
||||
assert jedi.Script(source).completions()
|
||||
Loading…
Add table
Add a link
Reference in a new issue