diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-12-08 16:33:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 16:33:38 +0100 |
commit | 35767769036671d5ce562f53cae574f9c66e4bb2 (patch) | |
tree | 5c2b943ea25ece5b25fd862f1daed4e125197ee3 /runtime/doc/map.txt | |
parent | 7b9ad45178fc2f53c4824ad42213c340bdd66ebf (diff) | |
download | rneovim-35767769036671d5ce562f53cae574f9c66e4bb2.tar.gz rneovim-35767769036671d5ce562f53cae574f9c66e4bb2.tar.bz2 rneovim-35767769036671d5ce562f53cae574f9c66e4bb2.zip |
vim-patch:86b4816766d9 (#21314)
Update runtime files
https://github.com/vim/vim/commit/86b4816766d976a7ecd4403eca1f8bf6b4105800
vim-patch:9.0.1029: autoload directory missing from distribution
Problem: Autoload directory missing from distribution.
Solution: Add the autoload/zig directory to the list of distributed files.
https://github.com/vim/vim/commit/84dbf855fb2d883481f74ad0ccf3df3f8837e6bf
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r-- | runtime/doc/map.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index b51268eebf..b7656211c6 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1471,7 +1471,7 @@ Possible attributes are: number. -count=N A count (default N) which is specified either in the line number position, or as an initial argument (like |:Next|). - -count acts like -count=0 + -count Acts like -count=0 Note that -range=N and -count=N are mutually exclusive - only one should be specified. @@ -1489,7 +1489,7 @@ Possible values are (second column is the short name used in listing): -addr=windows win Range for windows -addr=tabs tab Range for tab pages -addr=quickfix qf Range for quickfix entries - -addr=other ? other kind of range; can use ".", "$" and "%" + -addr=other ? Other kind of range; can use ".", "$" and "%" as with "lines" (this is the default for -count) |