This post will be for all the Vim tidbits I find over the years.
%s/the/&/gn
— count the number of instances of the word ‘the’
the ‘n’ after the ‘g’ prevents the substitution 🙂
This post will be for all the Vim tidbits I find over the years.
%s/the/&/gn
— count the number of instances of the word ‘the’
the ‘n’ after the ‘g’ prevents the substitution 🙂