diff --git a/ftplugin/python/pydocstring.vim b/ftplugin/python/pydocstring.vim index 2e1c518..9a68c53 100644 --- a/ftplugin/python/pydocstring.vim +++ b/ftplugin/python/pydocstring.vim @@ -15,7 +15,7 @@ if !has('nvim') && (!has('channel') || !has('job')) endif command! -buffer -nargs=0 -range=0 Pydocstring call pydocstring#insert(, , , ) -command! -buffer -nargs=0 -complete=customlist,pydocstring#format PydocstringFormat call pydocstring#format() +command! -buffer -nargs=0 PydocstringFormat call pydocstring#format() nnoremap (pydocstring) :call pydocstring#insert() if get(g:, 'pydocstring_enable_mapping', 1)