Browse Source
vim, vim-python: replace /usr/bin with /data/data/com.termux/files/usr/bin in vimrc files
android-5
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with
2 additions and
2 deletions
-
packages/vim-python/vimrc
-
packages/vim/vimrc
|
|
@ -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 |
|
|
|