comparison runtime/doc/map.txt @ 26183:9865f996a3c0 v8.2.3623

patch 8.2.3623: "$*" is expanded to "nonomatch" Commit: https://github.com/vim/vim/commit/8b8d829faf04fe3706c04f7f7000054acd3254e7 Author: Christian Brabandt <cb@256bit.org> Date: Fri Nov 19 12:37:36 2021 +0000 patch 8.2.3623: "$*" is expanded to "nonomatch" Problem: "$*" is expanded to "nonomatch". Solution: Only add "set nonomatch" when using a csh-like shell. (Christian Brabandt, closes #9159, closes #9153)
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Nov 2021 13:45:02 +0100
parents 6b4f017d7005
children 786b2a8ec970
comparison
equal deleted inserted replaced
26182:c3b0032c8117 26183:9865f996a3c0
1003 mark. 1003 mark.
1004 1004
1005 Also note that the 'clipboard' option is temporarily emptied to avoid 1005 Also note that the 'clipboard' option is temporarily emptied to avoid
1006 clobbering the `"*` or `"+` registers, if its value contains the item `unnamed` 1006 clobbering the `"*` or `"+` registers, if its value contains the item `unnamed`
1007 or `unnamedplus`. 1007 or `unnamedplus`.
1008
1009 The `mode()` function will return the state as it will be after applying the
1010 operator.
1011 1008
1012 The `mode()` function will return the state as it will be after applying the 1009 The `mode()` function will return the state as it will be after applying the
1013 operator. 1010 operator.
1014 1011
1015 Here is an example for using a lambda function to create a normal-mode 1012 Here is an example for using a lambda function to create a normal-mode