Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:15071
vim.openSUSE_Leap_15.1_Update
vim-7.3-sh_is_bash.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vim-7.3-sh_is_bash.patch of Package vim.openSUSE_Leap_15.1_Update
Index: vim-8.0.1568/runtime/syntax/sh.vim =================================================================== --- vim-8.0.1568.orig/runtime/syntax/sh.vim +++ vim-8.0.1568/runtime/syntax/sh.vim @@ -64,6 +64,13 @@ if !exists("b:is_kornshell") && !exists( endif endif +" Neither is_kornshell nor is_bash was explicitly set, and +" /bin/sh is a bash on SUSE LINUX. +if exists("b:is_sh") + let b:is_bash= 1 + unlet b:is_sh +endif + " set up default g:sh_fold_enabled {{{1 " ================================ if !exists("g:sh_fold_enabled")
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor