Re: Any limitation of autocmd when the bufdo is processing ?

2010-02-28 Thread winterTTr
On Fri, Feb 26, 2010 at 3:41 PM, winterTTr winterttr@gmail.com wrote: Actually, i meet a problem like below. I tried to update a specific unlisted buffer every time the BufEnter event happens. the Code like below( just an example, not the real code ): I am trying to use the set

Any limitation of autocmd when the bufdo is processing ?

2010-02-25 Thread winterTTr
Actually, i meet a problem like below. I tried to update a specific unlisted buffer every time the BufEnter event happens. the Code like below( just an example, not the real code ): I am trying to use the set eventignore+=BufEnter and set eventignore-=BufEnter to prevent the process from running