deoplete-plugins / deoplete-jedi

deoplete.nvim source for Python
MIT License
588 stars 40 forks source link

fix deoplete#sources#jedi#show_docstring #247

Closed Jun-T closed 4 years ago

Jun-T commented 4 years ago

let g:deoplete#sources#jedi#show_docstring = 1 has no effect due to a simple bug (typo). This PR fixes it.

Shougo commented 4 years ago

Thanks.