patch 8.1.0927: USE_CR is never defined
Problem: USE_CR is never defined.
Solution: Remove usage of USE_CR. (Ken Takata, closes #3958)
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 6b2dde8..3b62c0f 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -3134,9 +3134,8 @@
is read.
*'fileformat'* *'ff'*
-'fileformat' 'ff' string (MS-DOS, MS-Windows, OS/2 default: "dos",
- Unix default: "unix",
- Macintosh default: "mac")
+'fileformat' 'ff' string (MS-Windows default: "dos",
+ Unix, macOS default: "unix")
local to buffer
{not in Vi}
This gives the <EOL> of the current buffer, which is used for
@@ -3159,9 +3158,8 @@
*'fileformats'* *'ffs'*
'fileformats' 'ffs' string (default:
- Vim+Vi MS-DOS, MS-Windows OS/2: "dos,unix",
- Vim Unix: "unix,dos",
- Vim Mac: "mac,unix,dos",
+ Vim+Vi MS-Windows: "dos,unix",
+ Vim Unix, macOS: "unix,dos",
Vi Cygwin: "unix,dos",
Vi others: "")
global