Re: Lua 5.3 detection on Windows using Vim 7.4.691

2015-04-08 Fir de Conversatie Marcin Szamotulski
On 20:41 Tue 07 Apr , Pedro Ferrari wrote: I use the following Vim 7.4.691 build on a Windows x64 machine: https://tuxproject.de/projects/vim/ I have Lua 5.3 correctly installed and added to my `%PATH%` env variable. In fact when I run `:!where lua53.dll` I get

Re: Lua 5.3 detection on Windows using Vim 7.4.691

2015-04-08 Fir de Conversatie Pedro Ferrari
On Wednesday, April 8, 2015 at 6:12:20 AM UTC-3, Marcin Szamotulski wrote: On 20:41 Tue 07 Apr , Pedro Ferrari wrote: I use the following Vim 7.4.691 build on a Windows x64 machine: https://tuxproject.de/projects/vim/ I have Lua 5.3 correctly installed and added to my `%PATH%`

Re: E887: Sorry, this command is disabled, the Python's site module could not be loaded.

2015-04-08 Fir de Conversatie David Fishburn
On Tue, Apr 7, 2015 at 4:51 PM, Ben Fritz fritzophre...@gmail.com wrote: One sanity check, from within Vim, make sure your python paths match what you expect from your earlier test in your shell: :!where python27.dll Next step, maybe install a more recent python? Yours just shows

Re: GUI creation tuorial

2015-04-08 Fir de Conversatie Ben Fritz
On Wednesday, April 8, 2015 at 9:47:30 AM UTC-5, Testipation Testo wrote: Hi, I would like to use vim in a new platform. Is there any way, skeleton or tutorial to learn how to create a new GUI for vim ? I don't think there is such a tutorial (I'd love to be proven wrong) but I'm curious:

GUI creation tuorial

2015-04-08 Fir de Conversatie Testipation Testo
Hi, I would like to use vim in a new platform. Is there any way, skeleton or tutorial to learn how to create a new GUI for vim ? -- -- 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, visit

Re: Lua 5.3 detection on Windows using Vim 7.4.691

2015-04-08 Fir de Conversatie Pedro Ferrari
On Wednesday, April 8, 2015 at 11:39:23 AM UTC-3, Christian Brabandt wrote: Am 2015-04-08 15:15, schrieb Pedro Ferrari: For the record the following steps reproduce my issue: 1. Download Vim 7.4.691 for Windows x64 from from https://tuxproject.de/projects/vim/ 2. Download lua binary

Unused JUMPLIST_ROTATE in mark.c

2015-04-08 Fir de Conversatie glts
mark.c uses an #ifdef JUMPLIST_ROTATE directive, but JUMPLIST_ROTATE is never defined. Any reason for this? -- David -- -- 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, visit

Re: [bug] cmdline-window given laststatus=0 and vertical split

2015-04-08 Fir de Conversatie Christian Brabandt
On Di, 07 Apr 2015, Yclept Nemo wrote: Affects: 7.4.273 (me), 7.4.657 Reproduce: vim -u NONE -c 'set laststatus=0 | vsp | call feedkeys(q:)' Screenshot: https://i.imgur.com/aTMwKoE.png Description: When laststatus=0, all but the rightmost vertically split windows bleed into the cmdline

Re: GUI creation tuorial

2015-04-08 Fir de Conversatie Justin M. Keyes
On Apr 8, 2015 10:47 AM, Testipation Testo testipat...@gmail.com wrote: Hi, I would like to use vim in a new platform. Is there any way, skeleton or tutorial to learn how to create a new GUI for vim ? Although there is no tutorial, you may be interested in the numerous experimental clients for

Re: [bug] cmdline-window given laststatus=0 and vertical split

2015-04-08 Fir de Conversatie Bram Moolenaar
Yclept Nemo wrote: Affects: 7.4.273 (me), 7.4.657 Reproduce: vim -u NONE -c 'set laststatus=0 | vsp | call feedkeys(q:)' Screenshot: https://i.imgur.com/aTMwKoE.png Description: When laststatus=0, all but the rightmost vertically split windows bleed into the cmdline window: the horizontal

Re: [bug] cmdline-window given laststatus=0 and vertical split

2015-04-08 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Di, 07 Apr 2015, Yclept Nemo wrote: Affects: 7.4.273 (me), 7.4.657 Reproduce: vim -u NONE -c 'set laststatus=0 | vsp | call feedkeys(q:)' Screenshot: https://i.imgur.com/aTMwKoE.png Description: When laststatus=0, all but the rightmost vertically split

Re: Issue 249 in vim: Include icon in Windows context menu

2015-04-08 Fir de Conversatie vim
Comment #2 on issue 249 by chrisbr...@googlemail.com: Include icon in Windows context menu https://code.google.com/p/vim/issues/detail?id=249 Thanks for stepping forward and making those changes. For building Vim with Windows, see this wiki entry: