We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946faad commit b39aa88Copy full SHA for b39aa88
ftplugin/python/pydocstring.vim
@@ -15,7 +15,7 @@ if !has('nvim') && (!has('channel') || !has('job'))
15
endif
16
17
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()
+command! -buffer -nargs=0 PydocstringFormat call pydocstring#format()
19
20
nnoremap <silent> <buffer> <Plug>(pydocstring) :call pydocstring#insert()<CR>
21
if get(g:, 'pydocstring_enable_mapping', 1)
0 commit comments