Files
neovim/runtime/lua/vim
Barrett Ruth 6e95d1ad13 fix(normal): pass count to 'keywordprg' as arg1 #38965
Problem:
If `'keywordprg'` begins with `:`, `3K` turns the count into an Ex
range. Commands that don't support that then fail. Vim passes the count
as the first arg (see #19436, vim/vim#10745).

Solution:
Pass `[count]` as the first arg for `'keywordprg'`.
2026-04-12 08:44:56 -04:00
..
2026-04-10 11:08:26 -05:00
2026-03-11 18:24:57 +01:00
2025-06-06 15:36:48 +01:00
2026-03-28 09:59:54 -04:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-04-08 20:34:47 -04:00
2026-04-08 11:38:27 -04:00
2026-03-11 18:00:18 +01:00
2026-04-01 17:04:41 -04:00