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”. More [[http://www.vim.org/tips/tip.php?tip_id=689 | in this Vim tip]]

  1. Count number of occurances of a search string
  2. Spread the word
  3. Feed for Vim tips
  4. test docuwiki

One thought on “Word count

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>