]> git.pld-linux.org Git - packages/vim.git/commitdiff
- don't look for private dictionaries in $ISPELL_HOME/ but in $HOME
authorMichal Moskal <michal@moskal.me>
Sat, 16 Feb 2002 12:22:13 +0000 (12:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-ispell.patch -> 1.6

vim-ispell.patch

index 24d80803304390cd3a0fd52846365a4f44340356..c660783b3866eed5e9b48c442a06721f928183c7 100644 (file)
@@ -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"
This page took 0.069594 seconds and 4 git commands to generate.