ActivePerl 5.18.1 fails to compile

2013-11-25 Fir de Conversatie tux.
Hmm, updated ActivePerl from 5.16.3 to 5.18.1 (yes, also in my compile.bat file); still, compiling if_perl.c fails with "more than 100 errors" (mostly missing brackets). Anyone who can confirm this? -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply be

Re: BUG: wrong alternate file when swb=useopen

2013-11-25 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On So, 24 Nov 2013, rame...@gmail.com wrote: > > > Hello VIM developers, > > > > There is a problem when working with switchbuf=useopen and :sb -alternate > > buffer is not updated correctly; > > > > To reproduce: > > > > vim -u NONE > > :set swb=useopen > > :new

Re: BUG: wrong alternate file when swb=useopen

2013-11-25 Fir de Conversatie Christian Brabandt
On So, 24 Nov 2013, rame...@gmail.com wrote: > Hello VIM developers, > > There is a problem when working with switchbuf=useopen and :sb -alternate > buffer is not updated correctly; > > To reproduce: > > vim -u NONE > :set swb=useopen > :new a > :new b > :new c > :ls (just checking - c is %, b

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-25 Fir de Conversatie Nikolay Pavlov
On Nov 25, 2013 5:24 PM, "Marc Weber" wrote: > > I've been complaining about Vim related issues for a long time, > I think its time to stop complaining and just fix it. > > Join by providing feedback: > http://mawercer.de/vim.php > > or adding additional issues to be fixed here: > http://vim-wiki.

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-25 Fir de Conversatie Benjamin Klein
On Nov 25, 2013, at 10:13 AM, Marc Weber wrote: > Maybe those are uncommon use cases. Nevertheless if you do create a Kickstarter project for this work I would be very happy to support it. Ben -- b smime.p7s Description: S/MIME cryptographic signature

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-25 Fir de Conversatie Marc Weber
Excerpts from tux.'s message of Mon Nov 25 16:54:11 +0100 2013: > Marc Weber schrob am Montag, 25. November 2013 um 14:26 Zeit: > > - focus on productivity > That's what Vim does. Let me give you a use case: Integrating 'sbt' into Vim. sbt is the simple build tool for scala. It takes quite long to

Re: improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-25 Fir de Conversatie tux.
Marc Weber schrob am Montag, 25. November 2013 um 14:26 Zeit: > - focus on productivity That's what Vim does. > - code reusage That's what's pointless for an editor. jm2c -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are rep

Re: [PATCH] Asynchronous functions (settimeout, setinterval, and cancelinterval)

2013-11-25 Fir de Conversatie Bjorn Tipling
By the way if anyone wants to check out or help us maintain the fork with timers until Bram is ready to check out the patch, it's here: https://github.com/Floobits/vim It's a month behind at the moment, but we will keep it up to date. -- -- You received this message from the "vim_dev" maillis

improving Vim - Kickstarter - brainstorming - goals - who wants to join?

2013-11-25 Fir de Conversatie Marc Weber
I've been complaining about Vim related issues for a long time, I think its time to stop complaining and just fix it. Join by providing feedback: http://mawercer.de/vim.php or adding additional issues to be fixed here: http://vim-wiki.mawercer.de/wiki/topic/in-which-way-does-vim-suck.html The id

Re: [PATCH] Subpixel rendering artifacts in GUI mode

2013-11-25 Fir de Conversatie Thomas Tuegel
On Sun, Nov 24, 2013 at 4:12 PM, Bram Moolenaar wrote: > > Thomas Tuegel wrote: > >> I recently discovered a graphical glitch that occurs sometimes in GUI >> mode. If the GUI is using subpixel rendering, characters may leave >> artifacts in their neighbors' cells after being erased. I discovered >