patch 7.0.210

2007-03-08 Thread Bram Moolenaar
Patch 7.0.210 Problem::cbuffer and :lbuffer always fail when the buffer is modified. (Gary Johnson) Solution: Support adding a !. (Yegappan Lakshmanan) Files: runtime/doc/quickfix.txt, src/ex_cmds.h *** ../vim-7.0.209/runtime/doc/quickfix.txt Sun May 7 17:15:46 2006

Re: copyindent/preserveindent question

2007-03-08 Thread Alexei Alexandrov
Hi Gary Johnson, you wrote: From :help preserveindent: Normally the indent is replaced by a series of tabs followed by spaces as required (unless |'expandtab'| is enabled, in which case only spaces are used). I believe this sentence is about how VIM operates when

patch 7.0.215 (extra)

2007-03-08 Thread Bram Moolenaar
Patch 7.0.215 (extra) Problem:Mac: Scrollbar size isn't set. Context menu has disabled useless Help entry. Call to MoreMasterPointers() is ignored. Solution: Call SetControlViewSize() in gui_mch_set_scrollbar_thumb(). Use kCMHelpItemRemoveHelp for