mirror of
https://github.com/neovim/neovim.git
synced 2026-08-21 06:41:04 +00:00
Specify different kinds of counts for commands.
Updated ex commands generator scripts.
Includes fixes to comments from patch 7.4.531
Original message:
Problem: Many commands take a count or range that is not using line
numbers.
Solution: For each command specify what kind of count it uses. For
windows, buffers and arguments have "$" and "." have a
relevant
meaning. (Marcin Szamotulski)
https://code.google.com/p/vim/source/detail?r=v7-4-530
https://code.google.com/p/vim/source/detail?r=v7-4-531
Add legacy tests for 7.4.530
https://code.google.com/p/vim/source/detail?r=1e6d87a36dcdca231721dde8cbbc26610fb3df27
24 lines
183 B
Plaintext
24 lines
183 B
Plaintext
6 5 4 2 1
|
|
5 4 2 1
|
|
5 4 2
|
|
5 2
|
|
7 5 2
|
|
7 5
|
|
|
|
13 12 11 10 9 1
|
|
13 12 11 9 1
|
|
12 11 9 1
|
|
12 11 9
|
|
12 9
|
|
15 12 9
|
|
15 12
|
|
|
|
20 19 18 17 16
|
|
20 19 18 16
|
|
20 18 16
|
|
|
|
25 24 23 21 1
|
|
24 23 21 1
|
|
24 23 21
|
|
24 21
|