diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-01-23 19:42:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 19:42:30 +0100 |
commit | 7e2ce35e3b7f8be5e8d01b44c2fdba0b4e23fbd4 (patch) | |
tree | 69efca61cdc6fbf099625111a40fde531ea03a03 /runtime | |
parent | f20bd439df2c0f487ccfe2460ebceb05b5257920 (diff) | |
parent | f2dbeca863ae5ce5d557cd1047ed6f44b5607a27 (diff) | |
download | rneovim-7e2ce35e3b7f8be5e8d01b44c2fdba0b4e23fbd4.tar.gz rneovim-7e2ce35e3b7f8be5e8d01b44c2fdba0b4e23fbd4.tar.bz2 rneovim-7e2ce35e3b7f8be5e8d01b44c2fdba0b4e23fbd4.zip |
Merge pull request #17156 from zeertzjq/vim-8.2.3584
vim-patch:8.2.{3584,3586,3587}: :command "-keepscript" argument
Diffstat (limited to 'runtime')
-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 248a5c1ec2..9244638788 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1436,6 +1436,9 @@ There are some special cases as well: -register The first argument to the command can be an optional register name (like :del, :put, :yank). -buffer The command will only be available in the current buffer. + -keepscript Do not use the location of where the user command was + defined for verbose messages, use the location of where + the user command was invoked. In the cases of the -count and -register attributes, if the optional argument is supplied, it is removed from the argument list and is available to the |