exists(:noautocmd) returns 0

2008-09-10 Fir de Conversatie Ben Fritz
I can use :noautocmd, and it works exactly as it is supposed to. However, :echo exists(:noautocmd) == 0 :version == VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Sep 8 2008 11:08:05) MS-Windows 32-bit GUI version with OLE support Included patches: 1-13 Compiled by [EMAIL PROTECTED] Big

Re: exists(:noautocmd) returns 0

2008-09-10 Fir de Conversatie Tony Mechelynck
On 10/09/08 16:01, Ben Fritz wrote: I can use :noautocmd, and it works exactly as it is supposed to. However, :echo exists(:noautocmd) == 0 :version == VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Sep 8 2008 11:08:05) MS-Windows 32-bit GUI version with OLE support Included

Re: exists(:noautocmd) returns 0

2008-09-10 Fir de Conversatie Jürgen Krämer
Hi, Ben Fritz wrote: I can use :noautocmd, and it works exactly as it is supposed to. However, :echo exists(:noautocmd) == 0 and it's missing from command line completion, too. Probably because it's not contained in the cmdmods array in ex_docmd.c. Regards, Jürgen -- Sometimes I

Re: exists(:noautocmd) returns 0

2008-09-10 Fir de Conversatie Jürgen Krämer
Hi, Jürgen Krämer wrote: Hi, Ben Fritz wrote: I can use :noautocmd, and it works exactly as it is supposed to. However, :echo exists(:noautocmd) == 0 and it's missing from command line completion, too. Probably because it's not contained in the cmdmods array in ex_docmd.c.

Re: exists(:noautocmd) returns 0

2008-09-10 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: I can use :noautocmd, and it works exactly as it is supposed to. However, :echo exists(:noautocmd) == 0 Command line completion also doesn't work. It's a bug, I'll fix it. -- Well, you come from nothing, you go back to nothing... What have you lost? Nothing!