Re: [Patch] Fix Count_words()

2008-05-04 Fir de Conversatie Bram Moolenaar
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

[Patch] Fix Count_words()

2008-05-02 Fir de Conversatie Ag. D. Hatzimanikas
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