vim, vim-python: replace /usr/bin with /data/data/com.termux/files/usr/bin in vimrc files

This commit is contained in:
Leonid Pliushch 2019-04-13 18:27:01 +03:00
parent 4bf43d5058
commit b598c47df7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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