mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
jedi#show_documentation: do not use quotes around bufname
This commit is contained in:
committed by
Dave Halter
parent
c8164fdfda
commit
72c1a332d2
@@ -13,7 +13,7 @@ describe 'documentation docstrings'
|
||||
it 'simple'
|
||||
put = 'ImportError'
|
||||
normal GK
|
||||
Expect bufname('%') == "'__doc__'"
|
||||
Expect bufname('%') == "__doc__"
|
||||
Expect &filetype == 'rst'
|
||||
let content = join(getline(1,'$'), "\n")
|
||||
Expect stridx(content, "Import can't find module") > 0
|
||||
|
||||
Reference in New Issue
Block a user