Files
neovim/runtime/lua/vim/_meta
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
..
2025-06-06 15:36:48 +01:00
2026-03-28 09:59:54 -04:00
2024-07-15 21:16:29 +01:00
2026-03-09 21:47:13 +01:00
2024-05-15 23:19:26 +02:00
2026-03-28 09:59:54 -04:00
2026-03-11 18:24:57 +01:00
2026-03-28 09:59:54 -04:00