We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4854b commit 3239449Copy full SHA for 3239449
ftplugin/python/pydocstring.vim
@@ -14,7 +14,7 @@ if !has('nvim') && (!has('channel') || !has('job'))
14
finish
15
endif
16
17
-command! -buffer -nargs=0 -range=0 -complete=customlist,pydocstring#insert Pydocstring call pydocstring#insert(<q-args>, <count>, <line1>, <line2>)
+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()
19
20
nnoremap <silent> <buffer> <Plug>(pydocstring) :call pydocstring#insert()<CR>
0 commit comments