diff options
author | Christian Brabandt <cb@256bit.org> | 2021-11-19 12:37:36 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-11-19 12:37:36 +0000 |
commit | 8b8d829faf04fe3706c04f7f7000054acd3254e7 (patch) | |
tree | 10c4d21070962f5b95eb1acb235d519e812f5f82 /runtime | |
parent | 64be6aa3a54ecfe355d4a03e1200650c301e7f29 (diff) | |
download | vim-git-8b8d829faf04fe3706c04f7f7000054acd3254e7.tar.gz |
patch 8.2.3623: "$*" is expanded to "nonomatch"v8.2.3623
Problem: "$*" is expanded to "nonomatch".
Solution: Only add "set nonomatch" when using a csh-like shell. (Christian
Brabandt, closes #9159, closes #9153)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/map.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 4d23f4a5d..b700c822e 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1009,9 +1009,6 @@ or `unnamedplus`. The `mode()` function will return the state as it will be after applying the operator. -The `mode()` function will return the state as it will be after applying the -operator. - Here is an example for using a lambda function to create a normal-mode operator to add quotes around text in the current line: > |