Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Describe vim replacements

Tags:

vim

In almost every copy of vim that I have used, the program will give a description of changes after replacing text. (For example, something like "92 substitutions on 20 lines" would be displayed.)

I'm now working with a copy of vim that does not do that by default.

Is there a simple command (or addition I can make to my vimrc file) that will enable this behavior?

like image 238
Patrick Avatar asked May 05 '26 00:05

Patrick


1 Answers

It's governed by option report.

You can see you current setting with

set report?

To report even the minimal change

set report=0
like image 102
phd Avatar answered May 07 '26 22:05

phd



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!