vim, vim-python: replace /usr/bin with /data/data/com.termux/files/usr/bin in vimrc files
This commit is contained in:
parent
4bf43d5058
commit
b598c47df7
@ -77,7 +77,7 @@ if has('path_extra')
|
||||
endif
|
||||
|
||||
if &shell =~# 'fish$' && (v:version < 704 || v:version == 704 && !has('patch276'))
|
||||
set shell=/usr/bin/env\ bash
|
||||
set shell=/data/data/com.termux/files/usr/bin/env\ bash
|
||||
endif
|
||||
|
||||
set autoread
|
||||
|
@ -77,7 +77,7 @@ if has('path_extra')
|
||||
endif
|
||||
|
||||
if &shell =~# 'fish$' && (v:version < 704 || v:version == 704 && !has('patch276'))
|
||||
set shell=/usr/bin/env\ bash
|
||||
set shell=/data/data/com.termux/files/usr/bin/env\ bash
|
||||
endif
|
||||
|
||||
set autoread
|
||||
|
Loading…
Reference in New Issue
Block a user