mirror of
https://github.com/neovim/neovim.git
synced 2026-05-13 17:04:43 +00:00
Problem: g-CTRL-G shows the word count, but there is no way to get the word
count in a script.
Solution: Add the wordcount() function. (Christian Brabandt)
ed767a2073