jedi#show_documentation: do not use quotes around bufname

This commit is contained in:
Daniel Hahler
2017-09-25 21:51:53 +02:00
committed by Dave Halter
parent c8164fdfda
commit 72c1a332d2
2 changed files with 2 additions and 2 deletions

View File

@@ -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