Skip to content

Commit 7a4b382

Browse files
committed
fix: restore <Plug>(CommandTTag)
As reported here: - #443 This mapping was accidentally dropped in 913ca2d ("feat: port `:CommandTTag` to Lua, 2025-06-19).
1 parent 8003444 commit 7a4b382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/command-t.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ if s:prefers_ruby
9090
nnoremap <silent> <Plug>(CommandTCommand) :CommandTCommand<CR>
9191
nnoremap <silent> <Plug>(CommandTHelp) :CommandTHelp<CR>
9292
nnoremap <silent> <Plug>(CommandTLine) :CommandTLine<CR>
93+
nnoremap <silent> <Plug>(CommandTTag) :CommandTTag<CR>
9394
9495
if !hasmapto('<Plug>(CommandT)') && maparg('<Leader>t', 'n') ==# ''
9596
nmap <unique> <Leader>t <Plug>(CommandT)

0 commit comments

Comments
 (0)