mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-10 04:43:32 +00:00
vim(-python): rm runtime-autoload-context.vim.patch
this should definitely work now
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user