Re: Regression in 7.4: invisible unfocusable preview window

2013-08-22 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Di, 20 Aug 2013, Marius Gedminas wrote: > > > Vim 7.4 broke my svn filetype plugin > > (http://mg.pov.lt/vim/ftplugin/svn.vim). > > > > The plugin opens a new split window and puts the output of 'svn diff' in > > there when I run 'svn commit'. This window gets s

Re: Regression in 7.4: invisible unfocusable preview window

2013-08-21 Fir de Conversatie Christian Brabandt
On Thu, August 22, 2013 07:40, Marius Gedminas wrote: > On Tue, Aug 20, 2013 at 05:15:49PM +0200, Christian Brabandt wrote: > > > Your patch fixes the bug, thanks! > > What are the next steps to get it included upstream? Bram will include it eventually. regards, Christian -- -- You received t

Re: Regression in 7.4: invisible unfocusable preview window

2013-08-21 Fir de Conversatie Marius Gedminas
Hi! On Tue, Aug 20, 2013 at 05:15:49PM +0200, Christian Brabandt wrote: > On Di, 20 Aug 2013, Marius Gedminas wrote: > > Steps to reproduce: > > > > echo "au BufRead,BufNewFile * new|put ='some text'|setlocal pvw" > bug.vim > > vim -u bug.vim newfile.txt > > > > Expected behavior (which I ge

Re: Regression in 7.4: invisible unfocusable preview window

2013-08-20 Fir de Conversatie Christian Brabandt
Hi Marius! On Di, 20 Aug 2013, Marius Gedminas wrote: > Vim 7.4 broke my svn filetype plugin (http://mg.pov.lt/vim/ftplugin/svn.vim). > > The plugin opens a new split window and puts the output of 'svn diff' in > there when I run 'svn commit'. This window gets some attributes set, > including '

Regression in 7.4: invisible unfocusable preview window

2013-08-20 Fir de Conversatie Marius Gedminas
Vim 7.4 broke my svn filetype plugin (http://mg.pov.lt/vim/ftplugin/svn.vim). The plugin opens a new split window and puts the output of 'svn diff' in there when I run 'svn commit'. This window gets some attributes set, including 'previewwindow', which I use to make vim quit as soon as I close th