Skip to content

Commit 92b59c6

Browse files
ychinchrisbra
authored andcommitted
runtime(doc): Fix wrong Mac default options
Clean up docs for macOS defaults. Simply use "Unix" across the board instead of being inconsistent and occasionally using "Unix, macOS". Also remove stale defaults that were erroneously renamed to "macOS" from "Macintosh" when they were actually referring to Mac OS 9 which is no longer supported. closes: #15924 Signed-off-by: Yee Cheng Chin <ychin.git@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 8df07d0 commit 92b59c6

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

runtime/doc/options.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Oct 16
1+
*options.txt* For Vim version 9.1. Last change: 2024 Oct 22
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3403,7 +3403,7 @@ A jump table for the options with a short description can be found at |Q_op|.
34033403

34043404
*'fileformat'* *'ff'*
34053405
'fileformat' 'ff' string (MS-Windows default: "dos",
3406-
Unix, macOS default: "unix")
3406+
Unix default: "unix")
34073407
local to buffer
34083408
This gives the <EOL> of the current buffer, which is used for
34093409
reading/writing the buffer from/to a file:
@@ -3426,7 +3426,7 @@ A jump table for the options with a short description can be found at |Q_op|.
34263426
*'fileformats'* *'ffs'*
34273427
'fileformats' 'ffs' string (default:
34283428
Vim+Vi MS-Windows: "dos,unix",
3429-
Vim Unix, macOS: "unix,dos",
3429+
Vim Unix: "unix,dos",
34303430
Vi Cygwin: "unix,dos",
34313431
Vi others: "")
34323432
global
@@ -4917,7 +4917,7 @@ A jump table for the options with a short description can be found at |Q_op|.
49174917
set and to the Vim default value when 'compatible' is reset.
49184918

49194919
*'isprint'* *'isp'*
4920-
'isprint' 'isp' string (default for Win32 and macOS:
4920+
'isprint' 'isp' string (default for Win32 and VMS:
49214921
"@,~-255"; otherwise: "@,161-255")
49224922
global
49234923
The characters given by this option are displayed directly on the
@@ -6742,9 +6742,6 @@ A jump table for the options with a short description can be found at |Q_op|.
67426742
$VIMRUNTIME,
67436743
$VIM/vimfiles/after,
67446744
$HOME/vimfiles/after"
6745-
macOS: "$VIM:vimfiles,
6746-
$VIMRUNTIME,
6747-
$VIM:vimfiles:after"
67486745
Haiku: "$BE_USER_SETTINGS/vim,
67496746
$VIM/vimfiles,
67506747
$VIMRUNTIME,
@@ -9057,7 +9054,6 @@ A jump table for the options with a short description can be found at |Q_op|.
90579054
for Win32: "$HOME/vimfiles/view",
90589055
for Unix: "$HOME/.vim/view" or
90599056
"$XDG_CONFIG_HOME/vim/view"
9060-
for macOS: "$VIM/vimfiles/view",
90619057
for VMS: "sys$login:vimfiles/view")
90629058
global
90639059
{not available when compiled without the |+mksession|

0 commit comments

Comments
 (0)