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.
2 parents a34cdc6 + 535e73a commit 842a0b1Copy full SHA for 842a0b1
autoload/pydocstring.vim
@@ -31,7 +31,7 @@ let s:regexs = {
31
\ }
32
33
function! s:readtmpl(type)
34
- let path = s:tmpldir . a:type . '.txt'
+ let path = expand(s:tmpldir . a:type . '.txt')
35
if !filereadable(path)
36
throw 'Template ' . path . ' is not exists.'
37
endif
0 commit comments