Skip to content

Commit 3239449

Browse files
authored
Remove unnecessary complete (#121)
1 parent ff4854b commit 3239449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/python/pydocstring.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if !has('nvim') && (!has('channel') || !has('job'))
1414
finish
1515
endif
1616

17-
command! -buffer -nargs=0 -range=0 -complete=customlist,pydocstring#insert Pydocstring call pydocstring#insert(<q-args>, <count>, <line1>, <line2>)
17+
command! -buffer -nargs=0 -range=0 Pydocstring call pydocstring#insert(<q-args>, <count>, <line1>, <line2>)
1818
command! -buffer -nargs=0 -complete=customlist,pydocstring#format PydocstringFormat call pydocstring#format()
1919

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

0 commit comments

Comments
 (0)