Skip to content

Commit 842a0b1

Browse files
committed
Merge branch 'master' of git://github.com/ning-yang/vim-pydocstring into ning-yang-master
2 parents a34cdc6 + 535e73a commit 842a0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/pydocstring.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let s:regexs = {
3131
\ }
3232

3333
function! s:readtmpl(type)
34-
let path = s:tmpldir . a:type . '.txt'
34+
let path = expand(s:tmpldir . a:type . '.txt')
3535
if !filereadable(path)
3636
throw 'Template ' . path . ' is not exists.'
3737
endif

0 commit comments

Comments
 (0)