]> git.pld-linux.org Git - packages/vim.git/commitdiff
- fixed broken 6.0.044 in patches pack vim-6_0_208-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Feb 2002 21:27:24 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed ispell feature on Alpha (vim-ispell-axp patch)
- with ispell ":sp"==":split" again,
  spell-check also syntax-highlighted words (malekith)
- STBR

Changed files:
    vim-ispell-axp.patch -> 1.1
    vim.spec -> 1.102

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

diff --git a/vim-ispell-axp.patch b/vim-ispell-axp.patch
new file mode 100644 (file)
index 0000000..640c02b
--- /dev/null
@@ -0,0 +1,11 @@
+--- vim60/src/spell/config.h.orig      Mon Feb 18 21:18:22 2002
++++ vim60/src/spell/config.h   Mon Feb 18 21:19:42 2002
+@@ -496,7 +496,7 @@
+ #define MASKTYPE      long
+ #endif
+ #ifndef MASKTYPE_WIDTH
+-#define MASKTYPE_WIDTH        32
++#define MASKTYPE_WIDTH        64
+ #endif
+ #if MASKBITS < MASKTYPE_WIDTH
+ #undef MASKBITS
index ade21d0de6343017bf4c1d52943d695194c3929c..15922527e0e7954e1f4bb2eda9a0da968982957b 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -41,6 +41,7 @@ Patch1:               %{name}-visual.patch
 Patch2:                %{name}-phphighlight.patch
 Patch3:                %{name}-paths.patch
 Patch4:                %{name}-ispell.patch
+Patch5:                %{name}-ispell-axp.patch
 URL:           http://www.vim.org/
 BuildRequires: autoconf
 BuildRequires: gettext-devel
@@ -244,6 +245,9 @@ bibliotek GNOME.
 %patch2 -p1
 %patch3 -p1
 %{?_with_ispell:%patch4 -p1}
+%ifarch alpha
+%{?_with_ispell:%patch5 -p1}
+%endif
 
 # these patches are to "extra" package which we don't need (nor use)
 rm -f patches/6.0.{027,048,053,064,070,073,093,106,107,115,116,117,119,123,121,122,125,135,161,162,164,165,179,186,188,205,207}
This page took 0.040344 seconds and 4 git commands to generate.