Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ftplugin/python/pydocstring.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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(<q-args>, <count>, <line1>, <line2>)
command! -buffer -nargs=0 -range=0 Pydocstring call pydocstring#insert(<q-args>, <count>, <line1>, <line2>)
command! -buffer -nargs=0 -complete=customlist,pydocstring#format PydocstringFormat call pydocstring#format()

nnoremap <silent> <buffer> <Plug>(pydocstring) :call pydocstring#insert()<CR>
Expand Down