comparison runtime/doc/options.txt @ 15840:734b1928a5aa v8.1.0927

patch 8.1.0927: USE_CR is never defined commit https://github.com/vim/vim/commit/00590740081489db69f43d9f1c0e3f70e29ce6da Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 15 21:06:09 2019 +0100 patch 8.1.0927: USE_CR is never defined Problem: USE_CR is never defined. Solution: Remove usage of USE_CR. (Ken Takata, closes https://github.com/vim/vim/issues/3958)
author Bram Moolenaar <Bram@vim.org>
date Fri, 15 Feb 2019 21:15:07 +0100
parents 864ec0dd71b9
children a6ca8cf07a98
comparison
equal deleted inserted replaced
15839:ed6ecf44dbaf 15840:734b1928a5aa
3132 See 'fileencoding' for the possible values. 3132 See 'fileencoding' for the possible values.
3133 Setting this option does not have an effect until the next time a file 3133 Setting this option does not have an effect until the next time a file
3134 is read. 3134 is read.
3135 3135
3136 *'fileformat'* *'ff'* 3136 *'fileformat'* *'ff'*
3137 'fileformat' 'ff' string (MS-DOS, MS-Windows, OS/2 default: "dos", 3137 'fileformat' 'ff' string (MS-Windows default: "dos",
3138 Unix default: "unix", 3138 Unix, macOS default: "unix")
3139 Macintosh default: "mac")
3140 local to buffer 3139 local to buffer
3141 {not in Vi} 3140 {not in Vi}
3142 This gives the <EOL> of the current buffer, which is used for 3141 This gives the <EOL> of the current buffer, which is used for
3143 reading/writing the buffer from/to a file: 3142 reading/writing the buffer from/to a file:
3144 dos <CR> <NL> 3143 dos <CR> <NL>
3157 For backwards compatibility: When this option is set to "dos", 3156 For backwards compatibility: When this option is set to "dos",
3158 'textmode' is set, otherwise 'textmode' is reset. 3157 'textmode' is set, otherwise 'textmode' is reset.
3159 3158
3160 *'fileformats'* *'ffs'* 3159 *'fileformats'* *'ffs'*
3161 'fileformats' 'ffs' string (default: 3160 'fileformats' 'ffs' string (default:
3162 Vim+Vi MS-DOS, MS-Windows OS/2: "dos,unix", 3161 Vim+Vi MS-Windows: "dos,unix",
3163 Vim Unix: "unix,dos", 3162 Vim Unix, macOS: "unix,dos",
3164 Vim Mac: "mac,unix,dos",
3165 Vi Cygwin: "unix,dos", 3163 Vi Cygwin: "unix,dos",
3166 Vi others: "") 3164 Vi others: "")
3167 global 3165 global
3168 {not in Vi} 3166 {not in Vi}
3169 This gives the end-of-line (<EOL>) formats that will be tried when 3167 This gives the end-of-line (<EOL>) formats that will be tried when