comparison runtime/doc/options.txt @ 14372:2a4a2dc35c55

Update runtime files. commit https://github.com/vim/vim/commit/a9604e61451707b38fdcb088fbfaeea2b922fef6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 21 05:56:22 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Jul 2018 06:00:09 +0200
parents 4a588e3afd4a
children 2f7e67dd088c
comparison
equal deleted inserted replaced
14371:2fb503a18f12 14372:2a4a2dc35c55
2085 include the '|' in the mapping. Applies to all 2085 include the '|' in the mapping. Applies to all
2086 mapping, abbreviation, menu and autocmd commands. 2086 mapping, abbreviation, menu and autocmd commands.
2087 See also |map_bar|. 2087 See also |map_bar|.
2088 *cpo-B* 2088 *cpo-B*
2089 B A backslash has no special meaning in mappings, 2089 B A backslash has no special meaning in mappings,
2090 abbreviations and the "to" part of the menu commands. 2090 abbreviations, user commands and the "to" part of the
2091 Remove this flag to be able to use a backslash like a 2091 menu commands. Remove this flag to be able to use a
2092 CTRL-V. For example, the command ":map X \<Esc>" 2092 backslash like a CTRL-V. For example, the command
2093 results in X being mapped to: 2093 ":map X \<Esc>" results in X being mapped to:
2094 'B' included: "\^[" (^[ is a real <Esc>) 2094 'B' included: "\^[" (^[ is a real <Esc>)
2095 'B' excluded: "<Esc>" (5 characters) 2095 'B' excluded: "<Esc>" (5 characters)
2096 ('<' excluded in both cases) 2096 ('<' excluded in both cases)
2097 *cpo-c* 2097 *cpo-c*
2098 c Searching continues at the end of any match at the 2098 c Searching continues at the end of any match at the