termux-packages/packages/vim/runtime-autoload-context.vi...

12 lines
330 B
Diff
Raw Permalink Normal View History

2022-02-23 12:35:00 +01:00
--- a/runtime/autoload/context.vim
+++ b/runtime/autoload/context.vim
@@ -17,7 +17,7 @@
function! s:sh()
return has('win32') || has('win64') || has('win16') || has('win95')
\ ? ['cmd.exe', '/C']
- \ : ['/bin/sh', '-c']
+ \ : ['@TERMUX_PREFIX@/bin/sh', '-c']
endfunction
" For backward compatibility