Ag. D Hatzimanikas wrote:
> Please issue,
>
> :helpgrep Wordcount
>
>
> let count = count + Wordcount(getline(n))
>
> The Wordcount function does not exists.
>
>
> Again from the same function, the "count" variable is a read only, so it
> has to be preceded with an "l:". Funny thing
Hi,
Please issue,
:helpgrep Wordcount
let count = count + Wordcount(getline(n))
The Wordcount function does not exists.
Again from the same function, the "count" variable is a read only, so it
has to be preceded with an "l:". Funny thing is that the "count" var is
being mentioned fo