dahu / vim-fanfingtastic

Find a char across lines
113 stars 5 forks source link

Make the operator maps silent #10

Closed lervag closed 11 years ago

lervag commented 11 years ago

Hi,

Currently when I use the repeat command ., for instance after a delete such as dfa, I get a message in the status bar:

:call <SNR>54_operator_next_char(v:count1, ...)

This message can be easily removed by adding <silent> to the operator pending maps in lines 307-312 in fanfingtastic.vim. I see no reason not to add these <silent> tags.

dahu commented 11 years ago

Done.