mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
allow invocation of shell functions from vim
This commit is contained in:
parent
8c00606e5a
commit
c295d2b495
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue