Using GVIM, I'd like to have something similar to the line count MSExcel offers - an on-the-fly line count that shows me how many lines I've selected so far that are non-blank (i.e. don't contain only whitespaces).
Up until now I've always used y
for yank and then it shows on the bottom how many lines yanked, but:
- this is not on-the-fly
- this counts also blank/whitespace lines.
What's the best way to achieve this?