From d0c8dfc578dfda90a9f1311e9bb919f93df1a445 Mon Sep 17 00:00:00 2001 From: Kwon-Young Date: Sun, 2 Sep 2018 00:52:54 -0400 Subject: vim-patch:8.0.1089: range count in user command Problem: Cannot get range count in user command. Solution: Add argument. https://github.com/vim/vim/commit/c168bd4bd3a9b856fc410fc4515dcca1d10d7461 close #8946 --- runtime/doc/map.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime') diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index d630bf5652..836ac890be 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1365,6 +1365,8 @@ The valid escape sequences are The starting line of the command range. ** The final line of the command range. + ** + The number of items in the command range: 0, 1 or 2 ** Any count supplied (as described for the '-range' and '-count' attributes). -- cgit