diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-03 07:00:19 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-03 07:00:19 +0000 |
commit | 107975f8290481e3485ffd43138fde7b946aa03c (patch) | |
tree | ba49ef017f2254f2c336df193a51e82bdc6fcdd3 /baseline | |
parent | update (diff) | |
download | scripts-107975f8290481e3485ffd43138fde7b946aa03c.tar.gz scripts-107975f8290481e3485ffd43138fde7b946aa03c.zip |
update
Diffstat (limited to 'baseline')
-rw-r--r-- | baseline/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <leader>h :<C-U>PythonDoc<cr> "camel and snake case motion |