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, 15 insertions, 0 deletions
diff --git a/wm/icecc/patches/patch-ab b/wm/icecc/patches/patch-ab
new file mode 100644
index 00000000000..39f2a9dc4af
--- /dev/null
+++ b/wm/icecc/patches/patch-ab
@@ -0,0 +1,15 @@
+$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