vim(-python): rm runtime-autoload-context.vim.patch

this should definitely work now
This commit is contained in:
termux-pacman-bot
2022-09-19 00:41:32 +00:00
parent 9dfa5c4d77
commit f5ef42dec1
2 changed files with 0 additions and 22 deletions

View File

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