snapshot-34
tagca0690c03cdf97b1163869716b1e59aa3af1ed72
object 8312a10ce4c1edebee1224239627906a2901524c
authorBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 16 Aug 2008 15:47:50 +0000 (16 17:47 +0200)
Vim 7.2, file-open options, Quickstart, ...

This snapshot is based on the recently released Vim 7.2 and it contains
some new features and bug fixes.  Here's a partial list:

  - More options on how new files should open (in tabs/splits/etc.):
    Open the preferences to check this out.
  - Quickstart: With this feature enabled new windows open
    instantaneously (but _not_ if you use the 'mvim' script).  It is
    disabled by default so go to the Advanced preferences to enable it
    (and be sure to read the "disclaimer"...note that any changes to
    ~/.vim or its subdirectories are automatically detected on Leopard).
  - The ATSUI renderer has received a few bug fixes and it now includes
    mouse support (it can be enabled in the Advanced prefs).  (bug fixes
    by Jjgod Jiang)
  - Some of the old toolbar icons have been resurrected.
  - The current directory is handled more consistently: New windows
    always have the user's home directory set as current.  Opening a
    file in the Finder results in the current directory being set to the
    directory the file is in (unless the file opened in a window with
    other files already open).
  - Windows opened from the Dock menu are in focus.
  - Menu item to toggle the Plug-in drawer (Matt Tolton).
  - Now possible to set 'linespace' in [g]vimrc.
  - Help file cleanup (Michael Wookey).
  - Problems with ptys on Leopard fixed (Ben Schmidt).
  - (Hopefully) no more annoying "dropping incoming DO message ..."
    warnings.
  - Scroll wheel (track pad) should behave better with fast machines
    (Issue 100)
  - Various bug fixes...