Re: [patch] fix missing completion after :tabdo

2013-06-16 Thread Bram Moolenaar
Dominique Pelle wrote: > Completion is allowed after :bufdo, :windo and :argdo, > but there is no completion after :tabdo > > $ vim -u NONE > :tabdo --> no completion > > Attached patch fixes it. > > Patch was already posted earlier in vim_use. See: > http://comments.gmane.org/gmane.edito

[patch] fix missing completion after :tabdo

2013-06-16 Thread Dominique Pellé
Hi Completion is allowed after :bufdo, :windo and :argdo, but there is no completion after :tabdo $ vim -u NONE :tabdo --> no completion Attached patch fixes it. Patch was already posted earlier in vim_use. See: http://comments.gmane.org/gmane.editors.vim/112305 but I did not any reply, so