diff --git a/ftplugin/python/pydocstring.vim b/ftplugin/python/pydocstring.vim index a11fae3..fa355b9 100644 --- a/ftplugin/python/pydocstring.vim +++ b/ftplugin/python/pydocstring.vim @@ -14,7 +14,7 @@ if !has('nvim') && (!has('channel') || !has('job')) finish endif -command! -buffer -nargs=0 -range=0 -complete=customlist,pydocstring#insert Pydocstring call pydocstring#insert(, , , ) +command! -buffer -nargs=0 -range=0 Pydocstring call pydocstring#insert(, , , ) command! -buffer -nargs=0 -complete=customlist,pydocstring#format PydocstringFormat call pydocstring#format() nnoremap (pydocstring) :call pydocstring#insert()