Re: Patch to add support for parsing lines using setqflist()

2017-07-20 Thread Yegappan Lakshmanan
Hi, On Thu, Jul 20, 2017 at 6:59 AM, Yegappan Lakshmanan wrote: > Hi, > > I am investigating a memory leak reported by valgrind with > this patch. > I am attaching an updated patch with the fix for this memory leak and additional tests. Once this patch is incorporated, output can be parsed usin

syntax/sh.vim patch

2017-07-20 Thread Ivan Brennan
I have a proposed patch for the sh.vim syntax file. I emailed it to the maintainer a little over two weeks ago but have not heard back, so thought I'd reach out here. I recently discovered this sort of construct in shell-scripting: { # Prevent execution if this script was only partially downl

Patch 8.0.0739

2017-07-20 Thread Bram Moolenaar
Patch 8.0.0739 Problem:Terminal resizing doesn't work well. Solution: Resize the terminal to the Vim window and the other way around. Avoid mapping typed keys. Set the environment properly. Files: src/terminal.c, src/os_unix.c, src/structs.h *** ../vim-8.0.0738/src/termin

Re: Regression: Patch 7.4.709

2017-07-20 Thread 'Andy Wokula' via vim_dev
Am 20.07.2017 um 20:24 schrieb Tony Mechelynck: FWIW, I also think that :tabmove 5 should move the current tab after what is now tab 5. Andy: when you do ":1,5move 10", where would you expect the present first 5 lines to go? After the present line 10 (becoming lines 5-10 after the move) or after

Re: Regression: Patch 7.4.709

2017-07-20 Thread Tony Mechelynck
FWIW, I also think that :tabmove 5 should move the current tab after what is now tab 5. Andy: when you do ":1,5move 10", where would you expect the present first 5 lines to go? After the present line 10 (becoming lines 5-10 after the move) or after the present line 15 (becoming lines 10-15 after t

Re: Regression: Patch 7.4.709

2017-07-20 Thread h_east
Hi Andy, Bram and all, I am author of Patch 7.4.709. 2017-7-20(Thu) 22:36:25 UTC+9 Andy Wokula: > Am 19.07.2017 um 22:22 schrieb Bram Moolenaar: > > > > Andy Wokula wrote: > > > >> Looks like Patch 7.4.709 isn't ok yet, even the test is wrong: > >> > >> " starting at first tab page (see link)

Re: Regression: Patch 7.4.709

2017-07-20 Thread 'Andy Wokula' via vim_dev
Am 20.07.2017 um 15:35 schrieb 'Andy Wokula' via vim_dev: Am 19.07.2017 um 22:22 schrieb Bram Moolenaar: In my idea it's OK. It's not important actually, and if nobody else cares, I'll just throw in some Vimscript, it's an easy workaround. -- Andy -- -- You received this message from the "vi

Re: Patch to add support for parsing lines using setqflist()

2017-07-20 Thread Yegappan Lakshmanan
Hi, I am investigating a memory leak reported by valgrind with this patch. - Yegappan On Wed, Jul 19, 2017 at 11:30 PM, Yegappan Lakshmanan wrote: > Hi, > > I am attaching a patch to add support for parsing lines using 'errorformat' > and adding entries to any quickfix/location list in the sta

Re: Regression: Patch 7.4.709

2017-07-20 Thread 'Andy Wokula' via vim_dev
Am 19.07.2017 um 22:22 schrieb Bram Moolenaar: Andy Wokula wrote: Looks like Patch 7.4.709 isn't ok yet, even the test is wrong: " starting at first tab page (see link): tabmove 5 call assert_equal(5, tabpagenr()) should be call assert_equal(6, tabpagenr()) because it's supp

Re: Adding terminal emulator support in Vim

2017-07-20 Thread mattn
On Thursday, July 20, 2017 at 7:48:15 PM UTC+9, Bram Moolenaar wrote: > Yasuhiro Matsumoto wrote: > > > Good news. I'm working implement of :terminal using winpty/libvterm on > > Windows. > > > > http://i.imgur.com/lrm9hr0.gif > > > > Currently, buggy and flacky, But I'll send pull-request in

Re: Patch 8.0.0737

2017-07-20 Thread Bram Moolenaar
Kazunobu Kuriyama wrote: > > Patch 8.0.0737 > > Problem:Crash when X11 selection is very big. > > Solution: Use static items instead of allocating them. Add callbacks. > > (Ozaki Kiichi) > > Files: src/testdir/shared.vim, src/testdir/test_quotestar.vim, > > src

Re: Adding terminal emulator support in Vim

2017-07-20 Thread Bram Moolenaar
Yasuhiro Matsumoto wrote: > Good news. I'm working implement of :terminal using winpty/libvterm on > Windows. > > http://i.imgur.com/lrm9hr0.gif > > Currently, buggy and flacky, But I'll send pull-request in few days or > cupple of weeks. > > https://github.com/mattn/vim/tree/windows-termin

Re: Adding terminal emulator support in Vim

2017-07-20 Thread mattn
Hi, all. Good news. I'm working implement of :terminal using winpty/libvterm on Windows. http://i.imgur.com/lrm9hr0.gif Currently, buggy and flacky, But I'll send pull-request in few days or cupple of weeks. https://github.com/mattn/vim/tree/windows-terminal -- -- You received this message