diff 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
line wrap: on
line diff
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -1,4 +1,4 @@
-*builtin.txt*	For Vim version 8.2.  Last change: 2022 May 04
+*builtin.txt*	For Vim version 8.2.  Last change: 2022 May 09
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -3216,7 +3216,7 @@ getcmdcompltype()					*getcmdcompltype()
 		Return the type of the current command-line completion.
 		Only works when the command line is being edited, thus
 		requires use of |c_CTRL-\_e| or |c_CTRL-R_=|.
-		See |command-completion| for the return string.
+		See |:command-completion| for the return string.
 		Also see |getcmdtype()|, |setcmdpos()| and |getcmdline()|.
 		Returns an empty string when completion is not defined.
 
@@ -5330,7 +5330,7 @@ maparg({name} [, {mode} [, {abbr} [, {di
 		  "lnum"     The line number in "sid", zero if unknown.
 		  "nowait"   Do not wait for other, longer mappings.
 			     (|:map-<nowait>|).
-		  "abbr"     True if this is an |abbreviation|.
+		  "abbr"     True if this is an abbreviation |abbreviations|.
 
 		The dictionary can be used to restore a mapping with
 		|mapset()|.