Re: Bug or feature? When running GUI-enabled Vim in a console

2006-08-06 Thread A.J.Mechelynck
Bram Moolenaar wrote: Tony Mechelynck wrote: Bug or feature? When running GUI-enabled Vim in a console (not possible on W32, but on Unix it is), the has() and exists() functions do not always reflect the _current_ reality. Examples: :echo has("gui_gtk2") 1 In the above case it may b

Re: Bug or feature? When running GUI-enabled Vim in a console

2006-08-06 Thread Bram Moolenaar
Tony Mechelynck wrote: > Bug or feature? When running GUI-enabled Vim in a console (not possible > on W32, but on Unix it is), the has() and exists() functions do not > always reflect the _current_ reality. Examples: > > :echo has("gui_gtk2") > 1 > > In the above case it may be regarded