comparison runtime/doc/eval.txt @ 33436:3f96c75df76d

runtime(doc): add missing error numbers in the help. (#13241) Commit: https://github.com/vim/vim/commit/cd39b69b0200005622db7291bbacff95bd03a3d0 Author: Yegappan Lakshmanan <4298407+yegappan@users.noreply.github.com> Date: Mon Oct 2 12:50:45 2023 -0700 runtime(doc): add missing error numbers in the help. (https://github.com/vim/vim/issues/13241) closes: https://github.com/vim/vim/issues/13240 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Oct 2023 22:00:06 +0200
parents 484543479bd7
children d7ac49e53d62
comparison
equal deleted inserted replaced
33435:5831a6b5e1af 33436:3f96c75df76d
3125 :let cl = l 3125 :let cl = l
3126 :lockvar l 3126 :lockvar l
3127 :let cl[1] = 99 " won't work! 3127 :let cl[1] = 99 " won't work!
3128 < You may want to make a copy of a list to avoid this. 3128 < You may want to make a copy of a list to avoid this.
3129 See |deepcopy()|. 3129 See |deepcopy()|.
3130
3131 *E1391* *E1392*
3132 Locking and unlocking object and class variables is
3133 currently NOT supported.
3130 3134
3131 3135
3132 :unlo[ckvar][!] [depth] {name} ... *:unlockvar* *:unlo* *E1246* 3136 :unlo[ckvar][!] [depth] {name} ... *:unlockvar* *:unlo* *E1246*
3133 Unlock the internal variable {name}. Does the 3137 Unlock the internal variable {name}. Does the
3134 opposite of |:lockvar|. 3138 opposite of |:lockvar|.