vim-ctrlp-tjump icon indicating copy to clipboard operation
vim-ctrlp-tjump copied to clipboard

Don't pollute command history when jumping to a single match

Open dummyunit opened this issue 8 years ago • 0 comments

When doing a jump for which only one match is found, feedkeys() is used to execute the tag command. This results in such command being recorded in the command history, to avoid that feedkeys() call is replaced with exec command.

dummyunit avatar Sep 23 '17 15:09 dummyunit