comparison src/os_amiga.h @ 32643:852040d9b096 v9.0.1653

patch 9.0.1653: Amiga: default 'viewdir' may not work Commit: https://github.com/vim/vim/commit/b8b1c8ebd4e62d4567aa16b57b25823b80bfc76f Author: Christian Brabandt <cb@256bit.org> Date: Fri Jun 23 22:23:01 2023 +0100 patch 9.0.1653: Amiga: default 'viewdir' may not work Problem: Amiga: default 'viewdir' may not work. Solution: Use "home:" instead of "$VIM". Add a test. (Christian Brabandt, closes #12576)
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Jun 2023 23:30:04 +0200
parents 8f0da069a311
children 448aef880252
comparison
equal deleted inserted replaced
32642:c16adfd4e94f 32643:852040d9b096
197 #ifndef DFLT_DIR 197 #ifndef DFLT_DIR
198 # define DFLT_DIR ".,t:" // default for 'directory' 198 # define DFLT_DIR ".,t:" // default for 'directory'
199 #endif 199 #endif
200 200
201 #ifndef DFLT_VDIR 201 #ifndef DFLT_VDIR
202 # define DFLT_VDIR "$VIM/vimfiles/view" // default for 'viewdir' 202 # define DFLT_VDIR "home:vimfiles/view" // default for 'viewdir'
203 #endif 203 #endif
204 204
205 #ifndef DFLT_MAXMEM 205 #ifndef DFLT_MAXMEM
206 # define DFLT_MAXMEM 256 // use up to 256Kbyte for buffer 206 # define DFLT_MAXMEM 256 // use up to 256Kbyte for buffer
207 #endif 207 #endif