Files
neovim/runtime
Anmol Sethi 3ff252ca86 man.vim: use -range instead of -count (#5203)
With -count, if the first argument is a number, it is made available
with <count>. Problem is, there is always a default count it is impossible
to tell whether the user set it.

Since v:count and v:count1 still work with 'keywordprg', -count is
unnecessary. But 'keywordprg' still calls ':Man' with a count prefixed.
So it must still accept a count in the line number position, but not consume
the first argument. This is done with -range.

Fixes #5202.
2016-08-09 20:18:04 -04:00
..
2015-01-21 07:27:01 +01:00
2016-07-08 01:43:36 -04:00
2016-08-03 08:07:28 -04:00
2016-08-03 08:07:28 -04:00
2014-12-19 15:28:49 -05:00
2015-11-28 10:59:21 +01:00
2016-04-16 23:06:24 -07:00
2014-12-19 15:28:49 -05:00
2016-07-08 01:45:20 -04:00
2014-07-29 02:12:31 +00:00
2015-01-04 19:42:30 +01:00
2016-04-16 23:06:24 -07:00