From b598c47df78298689eca2ea155f739b45e17f7a6 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sat, 13 Apr 2019 18:27:01 +0300 Subject: [PATCH] vim, vim-python: replace /usr/bin with /data/data/com.termux/files/usr/bin in vimrc files --- packages/vim-python/vimrc | 2 +- packages/vim/vimrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vim-python/vimrc b/packages/vim-python/vimrc index 7cb8378bd3..9ffc57c51a 100644 --- a/packages/vim-python/vimrc +++ b/packages/vim-python/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 diff --git a/packages/vim/vimrc b/packages/vim/vimrc index 7cb8378bd3..9ffc57c51a 100644 --- a/packages/vim/vimrc +++ b/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