Re: [vim/vim] Feature Request: mode() returns Insert sub-mode (#1397)

2017-01-20 Fir de Conversatie h_east
Hi Yegappan, 2017-1-21(Sat) 4:20:02 UTC+9 yega...@gmail.com: > Hi Hirohito, > > On Fri, Jan 20, 2017 at 7:44 AM, h_east wrote: > > Hi Bram, Yegappan, Zhen and Vim developers, > > > > 2017-1-20(Fri) 12:44:50 UTC+9 vim-dev ML: > >> Hi, > >> > >> > >> > >> On Thu, Jan 19,

Patch 8.0.0208

2017-01-20 Fir de Conversatie Bram Moolenaar
Patch 8.0.0208 Problem:Internally used commands for CTRL-Z and mouse click end up in history. (Matthew Malcomson) Solution: Use do_cmdline_cmd() instead of stuffing them in the readahead buffer. (James McCoy, closes #1395) Files: src/edit.c, src/normal.c ***

Re: [vim/vim] Feature Request: mode() returns Insert sub-mode (#1397)

2017-01-20 Fir de Conversatie Yegappan Lakshmanan
Hi Hirohito, On Fri, Jan 20, 2017 at 7:44 AM, h_east wrote: > Hi Bram, Yegappan, Zhen and Vim developers, > > 2017-1-20(Fri) 12:44:50 UTC+9 vim-dev ML: >> Hi, >> >> >> >> On Thu, Jan 19, 2017 at 3:56 PM, Zhen-Huan (Kenny) Hu >> >> wrote: >> >> >

Re: Vim vulnerability

2017-01-20 Fir de Conversatie Bram Moolenaar
sıx wrote: > @Bram could you please verify that you have received the PoC and still > think it's not a vulnerability or at least a bug in handling pastes? Yes, the PoC also shows it's much more a browser issue than anything else. I didn't know about the paste bracketing support in xterm, we

Patch 8.0.0207

2017-01-20 Fir de Conversatie Bram Moolenaar
Patch 8.0.0207 Problem:Leaking file descriptor when system() cannot find the buffer. (Coverity) Solution: Close the file descriptor. (Dominique Pelle, closes #1398) Files: src/evalfunc.c *** ../vim-8.0.0206/src/evalfunc.c 2017-01-17 16:45:00.170121773 +0100 ---

Re: [bug] vim+tmux: current line changes when using mouse to switch between buffers

2017-01-20 Fir de Conversatie Jon Seidel
On Friday, January 13, 2017 at 4:37:59 AM UTC-8, Jon Seidel wrote: > I use vim in a tmux window a lot. And when I open a session (using > OpenSession) I usually have a number of buffers open. > > I use the mouse to switch between buffers; when I click in a buffer with the > mouse, the the text

Re: [vim/vim] Feature Request: mode() returns Insert sub-mode (#1397)

2017-01-20 Fir de Conversatie h_east
Hi Bram, Yegappan, Zhen and Vim developers, 2017-1-20(Fri) 12:44:50 UTC+9 vim-dev ML: > Hi, > > > > On Thu, Jan 19, 2017 at 3:56 PM, Zhen-Huan (Kenny) Hu > > wrote: > > > #ifdef FEAT_INS_EXPAND > > > if (ctrl_x_mode != 0) > > >buf[0] = 'x'; > > > else > > >