mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-24 12:40:25 +00:00
vim, vim-python: replace /usr/bin with /data/data/com.termux/files/usr/bin in vimrc files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user