1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

allow invocation of shell functions from vim

This commit is contained in:
Connor Olding 2021-08-01 11:29:56 -07:00
parent 8c00606e5a
commit c295d2b495

View File

@ -108,6 +108,8 @@ if has('wildignore')
set wildignore+=*.h5,*.npz
endif
let $PATH .= ':'.$HOME.'/sh' " allow direct invocation of shell funcs
" autocmd {{{1
fu! TabEight()