comparison runtime/doc/builtin.txt @ 33649:88cad94caef9

runtime(doc): Fix typos in several documents (#13420) Commit: https://github.com/vim/vim/commit/5985879e3c36383155f84649fa42d06813a1893e Author: h_east <h.east.727@gmail.com> Date: Wed Oct 25 22:47:05 2023 +0900 runtime(doc): Fix typos in several documents (https://github.com/vim/vim/issues/13420) * Fix typos in several documents * Update runtime/doc/terminal.txt Co-authored-by: K.Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 25 Oct 2023 16:00:07 +0200
parents e9c70470fe94
children af1b18018eeb
comparison
equal deleted inserted replaced
33648:13e4398925ea 33649:88cad94caef9
4199 Present only when a particular script is 4199 Present only when a particular script is
4200 specified using the "sid" item in {opts}. 4200 specified using the "sid" item in {opts}.
4201 Note that this is a copy, the value of 4201 Note that this is a copy, the value of
4202 script-local variables cannot be changed using 4202 script-local variables cannot be changed using
4203 this dictionary. 4203 this dictionary.
4204 version Vimscript version (|scriptversion|) 4204 version Vim script version (|scriptversion|)
4205 4205
4206 Examples: > 4206 Examples: >
4207 :echo getscriptinfo({'name': 'myscript'}) 4207 :echo getscriptinfo({'name': 'myscript'})
4208 :echo getscriptinfo({'sid': 15}).variables 4208 :echo getscriptinfo({'sid': 15}).variables
4209 < 4209 <