From 107975f8290481e3485ffd43138fde7b946aa03c Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 3 Jan 2023 10:30:19 +0330 Subject: update --- baseline/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baseline') diff --git a/baseline/.vimrc b/baseline/.vimrc index bbec499..4f780fa 100644 --- a/baseline/.vimrc +++ b/baseline/.vimrc @@ -270,7 +270,7 @@ function! s:pythondoc() set syntax=man 1 endfunction -command! -complete=shellcmd -nargs=0 PythonDoc call s:pythondoc() +command! PythonDoc call s:pythondoc() nnoremap h :PythonDoc "camel and snake case motion -- cgit v1.2.3