[PATCH] Let synIDattr() query guifg/bg/sp without +gui

2009-03-27 Fir de Conversatie Matt Wozniski
Currently, in a vim that isn't built with +gui, it's possible to set the gui, guifg, guibg, and guisp attributes for a highlight group, but not to retrieve those settings - the command is accepted with no error, but the settings are silently ignored. This is unfortunate, since scripts might want

Re: Patch for ruby1.9 works with vim

2009-03-27 Fir de Conversatie Kessia 'even' Pinheiro
I forgot to attach the patch. On Fri, Mar 27, 2009 at 3:29 PM, Kessia 'even' Pinheiro kessiapinhe...@gmail.com wrote: Hi folks, I made a patch for VIM works with ruby1.9 and it are running fine here. It affects file if_ruby.c only. For who want compile it for ruby1.9, I need pass the library

Re: PATCH: Completion for find and sfind arguments (todo.txt)

2009-03-27 Fir de Conversatie Nazri Ramliy
On Fri, Mar 6, 2009 at 10:09 AM, Nazri Ramliy ayieh...@gmail.com wrote: On Thu, Mar 5, 2009 at 11:07 AM, Bram Moolenaar b...@moolenaar.net wrote: Cycles in symbolic links are rare. The code should be able to handle this, in a way that it doesn't drop all results that contain a symbolic link.

Strange behavior of 'wincmd'

2009-03-27 Fir de Conversatie Dasn
Commands like 'wincmd K', 'wincmd J', 'wincmd L' and 'wincmd H' can be used to change the window layout, but sometimes they have strange effects on the view of the other windows even if the whole windows layout are not get changed. To make this problem reproduce-able, I wrote a test script for