mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-24 12:40:25 +00:00
packages/vim-python&&packages/vim
This commit is contained in:
11
packages/vim-python/runtime-autoload-context.vim.patch
Normal file
11
packages/vim-python/runtime-autoload-context.vim.patch
Normal 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
|
||||
Reference in New Issue
Block a user