Possible typo in doc

2011-10-25 Thread Ricardo Catalinas Jiménez
I think I just spot a cosmetic defect in `:help :doautocmd', in the given example: ... another extension. Example: > :au Bufenter *.cpp so ~/.vimrc_cpp :au Bufenter *.cpp doau BufEnter x.c Be careful to avoid endless loops. See ... Should be Bufenter -> BufEnter, just to keep the quality

Re: Possible typo in doc

2011-10-25 Thread Tony Mechelynck
On 26/10/11 01:50, Ricardo Catalinas Jiménez wrote: I think I just spot a cosmetic defect in `:help :doautocmd', in the given example: ... another extension. Example: > :au Bufenter *.cpp so ~/.vimrc_cpp :au Bufenter *.cpp doau BufEnter x.c Be careful to avoid endless loops. See ... S