comparison runtime/doc/builtin.txt @ 28808:0f0fed554cdc

Update runtime files, translations Commit: https://github.com/vim/vim/commit/921bde88804663a7cb825d7f7e8a5d8ae6b58650 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 9 19:50:35 2022 +0100 Update runtime files, translations
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 May 2022 21:00:05 +0200
parents b96ceb97e896
children 1ad71fcbf546
comparison
equal deleted inserted replaced
28807:a5f80f4a2d01 28808:0f0fed554cdc
1 *builtin.txt* For Vim version 8.2. Last change: 2022 May 04 1 *builtin.txt* For Vim version 8.2. Last change: 2022 May 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3214 3214
3215 getcmdcompltype() *getcmdcompltype()* 3215 getcmdcompltype() *getcmdcompltype()*
3216 Return the type of the current command-line completion. 3216 Return the type of the current command-line completion.
3217 Only works when the command line is being edited, thus 3217 Only works when the command line is being edited, thus
3218 requires use of |c_CTRL-\_e| or |c_CTRL-R_=|. 3218 requires use of |c_CTRL-\_e| or |c_CTRL-R_=|.
3219 See |command-completion| for the return string. 3219 See |:command-completion| for the return string.
3220 Also see |getcmdtype()|, |setcmdpos()| and |getcmdline()|. 3220 Also see |getcmdtype()|, |setcmdpos()| and |getcmdline()|.
3221 Returns an empty string when completion is not defined. 3221 Returns an empty string when completion is not defined.
3222 3222
3223 getcmdline() *getcmdline()* 3223 getcmdline() *getcmdline()*
3224 Return the current command-line. Only works when the command 3224 Return the current command-line. Only works when the command
5328 "scriptversion" The version of the script. 999999 for 5328 "scriptversion" The version of the script. 999999 for
5329 |Vim9| script. 5329 |Vim9| script.
5330 "lnum" The line number in "sid", zero if unknown. 5330 "lnum" The line number in "sid", zero if unknown.
5331 "nowait" Do not wait for other, longer mappings. 5331 "nowait" Do not wait for other, longer mappings.
5332 (|:map-<nowait>|). 5332 (|:map-<nowait>|).
5333 "abbr" True if this is an |abbreviation|. 5333 "abbr" True if this is an abbreviation |abbreviations|.
5334 5334
5335 The dictionary can be used to restore a mapping with 5335 The dictionary can be used to restore a mapping with
5336 |mapset()|. 5336 |mapset()|.
5337 5337
5338 The mappings local to the current buffer are checked first, 5338 The mappings local to the current buffer are checked first,