Re: [vim/vim] How can we distinguish normal windows and aucmd_win? (#6264)

2020-06-16 Fir de Conversatie Yegappan Lakshmanan
Hi, On Mon, Jun 15, 2020 at 6:44 PM itchyny wrote: > If the getwininfo() function returns whether a window is an autocmd window > or not, will that meet > this requirement? > > Less performant, but it will definitely work. Another option is changing > win_gettype(). > > > I have created PR https

Re: [vim/vim] How can we distinguish normal windows and aucmd_win? (#6264)

2020-06-15 Fir de Conversatie Yegappan Lakshmanan
Hi, On Mon, Jun 15, 2020 at 9:22 AM itchyny wrote: > *Is your feature request about something that is currently impossible or > hard to do? Please describe the problem.* > The :doautoall command uses the temporary window (aucmd_win) for a buffer > which does not belong to the visible windows. Bu