]> git.pld-linux.org Git - packages/vim.git/commitdiff
- obsolete - fixes already in official patches
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Dec 2001 22:30:11 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-pl.patch -> 1.4
    vim-shsyntax.patch -> 1.2

vim-pl.patch [deleted file]
vim-shsyntax.patch [deleted file]

diff --git a/vim-pl.patch b/vim-pl.patch
deleted file mode 100644 (file)
index 2fb94dd..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- vim60at/src/po/pl.po.orig  Mon Jul 30 19:38:21 2001
-+++ vim60at/src/po/pl.po       Fri Aug 10 21:04:48 2001
-@@ -380,7 +380,7 @@
- #: edit.c:3349
- #, c-format
- msgid "match %d"
--msgstr "pasuje %s"
-+msgstr "pasuje %d"
- #: eval.c:686
- #, c-format
diff --git a/vim-shsyntax.patch b/vim-shsyntax.patch
deleted file mode 100644 (file)
index 857d7ec..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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
This page took 0.053066 seconds and 4 git commands to generate.