]> git.pld-linux.org Git - packages/vim.git/commitdiff
- added shsyntax patch to fix sh.vim syntax highlight file
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2001 12:40:35 +0000 (12:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-shsyntax.patch -> 1.1
    vim.spec -> 1.87

vim-shsyntax.patch [new file with mode: 0644]
vim.spec

diff --git a/vim-shsyntax.patch b/vim-shsyntax.patch
new file mode 100644 (file)
index 0000000..857d7ec
--- /dev/null
@@ -0,0 +1,12 @@
+--- vim60/runtime/syntax/sh.vim.orig   Thu Sep 20 17:29:50 2001
++++ vim60/runtime/syntax/sh.vim        Sun Sep 30 14:08:21 2001
+@@ -120,6 +120,9 @@
+   syn region shRepeat   matchgroup=shStatement   start="\<while\>" end="\<in\>" end="\<do\>"me=e-2    contains=ALLBUT,@shLoopList
+   syn region shRepeat   matchgroup=shStatement   start="\<until\>" end="\<in\>" end="\<do\>"me=e-2    contains=ALLBUT,@shLoopList
+   syn region shCaseEsac matchgroup=shConditional start="\<select\>" matchgroup=shConditional end="\<in\>" end="\<do\>" contains=ALLBUT,@shLoopList
++else
++  syn region shRepeat   matchgroup=shStatement   start="\<while\>" end="\<do\>"me=e-2 contains=ALLBUT,@shLoopList
++  syn region shRepeat   matchgroup=shStatement   start="\<until\>" end="\<do\>"me=e-2 contains=ALLBUT,@shLoopList
+ endif
+ " case
index 13973cdcedb17dbbf0a3f7498dffdbef54519e8e..bacea6c20fcc98029c2eeba5a3fb8952ddd7c67d 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -33,6 +33,7 @@ Patch2:               %{name}-phphighlight.patch
 Patch3:                %{name}-paths.patch
 Patch4:                %{name}-ispell.patch
 Patch5:                %{name}-pl.patch
+Patch6:                %{name}-shsyntax.patch
 URL:           http://www.vim.org/
 BuildRequires: gpm-devel
 BuildRequires: ncurses-devel
@@ -217,6 +218,7 @@ bibliotek GNOME.
 %patch3 -p1
 %{?_with_ispell:%patch4 -p1}
 %patch5 -p1
+%patch6 -p1
 
 %build
 cd src
This page took 0.080841 seconds and 4 git commands to generate.