packages/vim-python&&packages/vim

This commit is contained in:
termux-actions[bot]
2022-02-23 13:38:54 +00:00
parent 3470492ef9
commit 1b311e3482
10 changed files with 64 additions and 37 deletions

View File

@@ -0,0 +1,11 @@
--- 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