summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-06-23 22:23:01 +0100
committerBram Moolenaar <Bram@vim.org>2023-06-23 22:23:01 +0100
commitb8b1c8ebd4e62d4567aa16b57b25823b80bfc76f (patch)
tree382bacec45bc4633c29e3395dd858f23e3af2b33 /runtime/doc/options.txt
parentbd32e8ad8d23737d022b3f3ae7540892ab279304 (diff)
patch 9.0.1653: Amiga: default 'viewdir' may not workv9.0.1653
Problem: Amiga: default 'viewdir' may not work. Solution: Use "home:" instead of "$VIM". Add a test. (Christian Brabandt, closes #12576)
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 6653807866..9292b05a4d 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -8912,9 +8912,9 @@ A jump table for the options with a short description can be found at |Q_op|.
displayed when 'verbosefile' is set.
*'viewdir'* *'vdir'*
-'viewdir' 'vdir' string (default for Amiga "$VIM/vimfiles/view",
+'viewdir' 'vdir' string (default for Amiga "home:vimfiles/view",
for Win32: "$HOME/vimfiles/view",
- for Unix: "~/.vim/view",
+ for Unix: "$HOME/.vim/view",
for macOS: "$VIM/vimfiles/view"
for VMS: "sys$login:vimfiles/view")
global