mirror of
https://github.com/neovim/neovim.git
synced 2026-02-04 11:04:30 +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