diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-10-23 22:29:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 22:29:17 +0200 |
commit | 9f392c071aab2e80bc0264f0665d048786cd2e1c (patch) | |
tree | aad23b8e8b5f92310b6afcd7e0b3aa3e23c7844b /runtime/doc | |
parent | 966e605db96a9654af6b93bfccee4fbd23ed71a5 (diff) | |
download | rneovim-9f392c071aab2e80bc0264f0665d048786cd2e1c.tar.gz rneovim-9f392c071aab2e80bc0264f0665d048786cd2e1c.tar.bz2 rneovim-9f392c071aab2e80bc0264f0665d048786cd2e1c.zip |
vim-patch:partial 079ba76ae7a7 (#16126)
Update runtime files
https://github.com/vim/vim/commit/079ba76ae7a7d0ef404cb9b41dff2663ff41f51b
skip optwin.vim (needs 8.2.3520)
skip doc/options.txt (needs 8.2.1535)
skip doc/insert.txt (needs 8.2.3528)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/map.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 64c0d96aed..90d4c4de93 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -877,6 +877,9 @@ Also note that the 'clipboard' option is temporarily emptied to avoid clobbering the `"*` or `"+` registers, if its value contains the item `unnamed` or `unnamedplus`. +The `mode()` function will return the state as it will be after applying the +operator. + ============================================================================== 2. Abbreviations *abbreviations* *Abbreviations* |