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
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
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
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 '
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