Skip to content

Commit b39aa88

Browse files
authored
Fix PydocstringFormat also fixed (#123)
1 parent 946faad commit b39aa88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/python/pydocstring.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if !has('nvim') && (!has('channel') || !has('job'))
1515
endif
1616

1717
command! -buffer -nargs=0 -range=0 Pydocstring call pydocstring#insert(<q-args>, <count>, <line1>, <line2>)
18-
command! -buffer -nargs=0 -complete=customlist,pydocstring#format PydocstringFormat call pydocstring#format()
18+
command! -buffer -nargs=0 PydocstringFormat call pydocstring#format()
1919

2020
nnoremap <silent> <buffer> <Plug>(pydocstring) :call pydocstring#insert()<CR>
2121
if get(g:, 'pydocstring_enable_mapping', 1)

0 commit comments

Comments
 (0)