Re: Vim and Github

2018-06-04 Fir de Conversatie Christian Brabandt
On Di, 05 Jun 2018, Dominique Pellé wrote: > Vim is hosted on Github. > Microsoft just acquired Github. > > I'm curious what Bram and Vim contributors > think about it. I am not sure. It may lead to the situation that happened to Sourceforge a couple of years ago but currently, I do not

Vim and Github

2018-06-04 Fir de Conversatie Dominique Pellé
Hi Vim is hosted on Github. Microsoft just acquired Github. I'm curious what Bram and Vim contributors think about it. Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Re: [vim/vim] [Win32] uninstall-gui.exe has been detected as a virus (#2933)

2018-06-04 Fir de Conversatie Gary Johnson
On 2018-05-20, Bram Moolenaar wrote: > > > version: GVim 8.1.1 > > > > `uninstall-gui.exe` is extracted from [gvim_8.1.0001_x86.exe](https:// > github.com/vim/vim-win32-installer/releases/download/v8.1.0001/ > gvim_8.1.0001_x86.exe). and it has been detected as a virus recently: > > > >

Patch 8.1.0034

2018-06-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.0034 Problem:Cursor not restored with ":edit #". Solution: Don't assume autocommands moved the cursor when it was moved to the first non-blank. Files: src/ex_cmds.c, src/testdir/test_edit.vim *** ../vim-8.1.0033/src/ex_cmds.c 2018-04-10 18:37:19.0

Re: Patch 8.1.0030

2018-06-04 Fir de Conversatie Bram Moolenaar
Marius Gedminas wrote: > On Sun, Jun 03, 2018 at 05:11:43PM +0200, Bram Moolenaar wrote: > > Patch 8.1.0030 > > Problem:Stoping Vim running in a terminal may not work. > > Solution: Instead of sending send CTRL-O. > > > *** ../vim-8.1.0029/src/testdir/screendump.vim 2018-06-03 > >

Patch 8.1.0033

2018-06-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.0033 Problem:Keys to stop Vim in terminal are wrong. (Marius Gedminas) Solution: Move ":" to before CTRL-U. Files: src/testdir/screendump.vim *** ../vim-8.1.0032/src/testdir/screendump.vim 2018-06-03 17:10:36.270226642 +0200 --- src/testdir/screendump.vim 2018-06-04

Patch 8.1.0032

2018-06-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.0032 Problem:BS in prompt buffer starts new line. Solution: Do not allows BS over the prompt. Make term_sendkeys() handle special keys. Add a test. Files: src/option.c, src/terminal.c, src/testdir/test_prompt_buffer.vim *** ../vim-8.1.0031/src/option.c

Re: Patch 8.1.0030

2018-06-04 Fir de Conversatie Tony Mechelynck
On Mon, Jun 4, 2018 at 11:14 AM, Marius Gedminas wrote: > On Sun, Jun 03, 2018 at 05:11:43PM +0200, Bram Moolenaar wrote: >> Patch 8.1.0030 >> Problem:Stoping Vim running in a terminal may not work. >> Solution: Instead of sending send CTRL-O. > >> ***

Re: Patch 8.1.0030

2018-06-04 Fir de Conversatie Marius Gedminas
On Sun, Jun 03, 2018 at 05:11:43PM +0200, Bram Moolenaar wrote: > Patch 8.1.0030 > Problem:Stoping Vim running in a terminal may not work. > Solution: Instead of sending send CTRL-O. > *** ../vim-8.1.0029/src/testdir/screendump.vim2018-06-03 > 14:42:17.848505102 +0200 > ---