Word count
I frequently need to count words in a file from inside Vim. There are many ways to do this:
* this uses the external utility ”wc”: ”:!wc %”
* count words in the file: ”g
I frequently need to count words in a file from inside Vim. There are many ways to do this:
* this uses the external utility ”wc”: ”:!wc %”
* count words in the file: ”g
Finaly, I’ve been looking all over for how to do this. Thanks.