summaryrefslogtreecommitdiff
path: root/wm/icecc/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'wm/icecc/patches/patch-ab')
-rw-r--r--wm/icecc/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/wm/icecc/patches/patch-ab b/wm/icecc/patches/patch-ab
deleted file mode 100644
index 39f2a9dc4af..00000000000
--- a/wm/icecc/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/06/25 01:55:09 reed Exp $
-
-the font descriptor strings have * in them, they need to be quoted
-
---- icewm4vim/icewm.vim.orig 2005-03-13 13:21:06.000000000 +0000
-+++ icewm4vim/icewm.vim 2005-03-13 13:21:28.000000000 +0000
-@@ -20,7 +20,7 @@
- if stridx(font, "Font") != -1
- let font = substitute(font, "\"", "", "g")
- let font = substitute(font, ".*=", "", "")
-- let font = system("icefonsel " . font)
-+ let font = system("icefonsel \"" . font . "\"")
- if font != ""
- exe "s/=.*/".font
- endif