Re: Win64-related patches

2007-02-12 Thread Bram Moolenaar
George Reilly wrote: * Win64 changes to make code compile cleanly: eval.c, misc2.c, if_ole.* * Fixed install.exe bug * Fixed annoying warning from Explorer about gvimext.dll * Fixed gvim.exe.mnf to be cross-platform. No longer needs to be generated from Make_mvc.mak * Re-fixed spell.c so

Re: newrw 107 and ':e .'

2007-02-12 Thread A.J.Mechelynck
Bernhard Walle wrote: * A.J.Mechelynck [EMAIL PROTECTED] [2007-02-12 02:47]: Bernhard Walle wrote: Hello, after I installed netrw 107 in my ~/.vim, I cannot browse a directory which :e /path/to/dir any more. That's annoying because also bookmarks don't work in the directory browser

Re: bug: commandline not visible after :tabedit in maximized window

2007-02-12 Thread Bram Moolenaar
Vaclav wrote: [Bram, sorry for sending to your personal address by accident for the first time] What system? If Unix: what GUI? Sorry for not mentioning that. I am running the gnome GUI on Linux. I double-checked on a different machine to exclude the influence of the breakindent

patch 7.0.193

2007-02-12 Thread Bram Moolenaar
Patch 7.0.193 Problem:Using --remote or --remote-tab with an argument that matches 'wildignore' causes a crash. Solution: Check the argument count before using ARGLIST[0]. Files: src/ex_cmds.c *** ../vim-7.0.192/src/ex_cmds.cTue Sep 5 18:28:45 2006 ---