We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0f0b6 commit 1bd96bbCopy full SHA for 1bd96bb
autoload/pydocstring.vim
@@ -63,7 +63,6 @@ function! s:parseFunc(type, line)
63
let substring = strpart(a:line, arrowIndex + 2)
64
" issue #28 `\W*` would deleted `.`.
65
let returnType = substitute(substring, '[^0-9A-Za-z_.]*', '', 'g')
66
- echomsg returnType
67
else
68
let returnType = ''
69
endif
0 commit comments