From 8f3725c842d80daea70a68bf6c2a54256bca4772 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Sat, 16 Feb 2002 12:22:13 +0000 Subject: [PATCH] - don't look for private dictionaries in $ISPELL_HOME/ but in $HOME Changed files: vim-ispell.patch -> 1.6 --- vim-ispell.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim-ispell.patch b/vim-ispell.patch index 24d8080..c660783 100644 --- a/vim-ispell.patch +++ b/vim-ispell.patch @@ -2887,9 +2887,9 @@ diff -Nur vim60am.old/src/spell/local.h vim60am/src/spell/local.h +/* +** Environment variable to use to locate the home directory. On DOS +** systems we set this to ISPELL_HOME to avoid conflicts with -+** other programs that look for a HOME environment variable. ++** other programs that look for a HOME environment variable. We're not on DOS. +*/ -+#define HOME "ISPELL_HOME" ++#define HOME "HOME" +#define PDICTHOME "." +#define OPTIONVAR "ISPELL_OPTIONS" +#define LIBRARYVAR "ISPELL_DICTDIR" -- 2.44.0