[Vim]Count specific words

Thu Feb 20

Vim practice

Author:Noritaka

Astroのロゴ。
Count specific words
Copy and paste the below text and type some commands like below.

---
1. /ir <CR> (search ir)
2. :%s///gn (COUNT MATCHING WORDS)
---

irregular
irrelevant
irresponsible
irreplaceable
irresistible

Vim