Re: Gvim crashes with ABRT & SEGV under AwesomeWM

2016-05-04 Fir de Conversatie Dominique Pellé
Jeroen Budts wrote: > Hi All, > > (First off, I hope this is the correct mailinglist to report this. I first > tried > vim_use but didn't get any response, sorry if I'm wrong here.) > > A few days ago I started using AwesomeWM (running as the WM inside > XFCE) and started

Gvim crashes with ABRT & SEGV under AwesomeWM

2016-05-04 Fir de Conversatie Jeroen Budts
Hi All, (First off, I hope this is the correct mailinglist to report this. I first tried vim_use but didn't get any response, sorry if I'm wrong here.) A few days ago I started using AwesomeWM (running as the WM inside XFCE) and started seeing Gvim crashes (SEGV & ABRT) when I resize the Gvim

gvim movement is very slow when enabling cursorline at windows 64

2016-05-04 Fir de Conversatie 驼峰
In Wow64 mode of Windows amd64, the gvim.exe(launched by C:\Windows\SysWOW64\cmd.exe) movement will be very slow if I enable cursorline. On another hand, the slow issues will gone if I start gvim by "C:\windows\system32\cmd.exe". Is the slow related to Wow64 mode? must I used 64 vim to fix

Re: RFE: support POSIX standard and developing RE's

2016-05-04 Fir de Conversatie L. A. Walsh
Ben Fritz wrote: I wonder if a different approach might help. Vim already has :perldo, :pydo, etc. Perhaps a :perlmatch, :pymatch, etc. could be added for basic searching in those languages? There is also a patch in the todo list for :bvimgrep. Maybe a :bgrep command could also be added. I

Re: [vim/vim] Add silent install option to gvim.nsi (#751)

2016-05-04 Fir de Conversatie Bram Moolenaar
KF Leong wrote: > > I am currently using his code with some changes for my own use, and > > it is working as expected. Better looking also! :D > > > Oops, forgot to add the installer that I made using Guopeng's code: > https://dl.dropboxusercontent.com/u/21119576/%5B_Utils_%5D/gvim74-1816.exe >

Patch 7.4.1817

2016-05-04 Fir de Conversatie Bram Moolenaar
Patch 7.4.1817 Problem:The screen is not updated if a callback is invoked when closing a channel. Solution: Invoke redraw_after_callback(). Files: src/channel.c *** ../vim-7.4.1816/src/channel.c 2016-05-01 14:22:12.363965120 +0200 --- src/channel.c 2016-05-04

Re: How to run a job asynchronously?

2016-05-04 Fir de Conversatie Bram Moolenaar
boss wrote: > On Sunday, 1 May 2016 21:37:13 UTC+1, Bram Moolenaar wrote: > > > Note that adding "DETACH" was removed, so you can drop this check. > [snip] > > A couple of problems have been fixed. Please give it another try and > > report back if you still see a problem. > [snip] > > > I

Re: [vim/vim] propose vim as manpager that syntax highlights and follows symlinks (#491)

2016-05-04 Fir de Conversatie Charles E Campbell
Enno wrote: > Dear Charles, > > Does this mean that ManPageView overrides Vim's built-in :Man? Then :MANPAGER > would use it, once ManPageView installed. > > You should propose to SungHyun Nam, the maintainer of :Man, to merge > :ManPageView into :Man. > > As an aside, perhaps worth thinking

Re: How to run a job asynchronously?

2016-05-04 Fir de Conversatie boss
On Sunday, 1 May 2016 21:37:13 UTC+1, Bram Moolenaar wrote: > Note that adding "DETACH" was removed, so you can drop this check. [snip] > A couple of problems have been fixed. Please give it another try and > report back if you still see a problem. [snip] > > I also implemented my job_start