From 189d578da813b83650eede7a160a69fd7870fdae Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 2 Nov 2008 05:56:48 +0000 Subject: [PATCH] fix NEWS formatting --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index b53d909e..81eff239 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ 2008-XX-XX: * version 2.0 (probably) - * IMPORTANT: AlwaysHint modes were removed as they didn't make too + * IMPORTANT: AlwaysHint modes were removed as they didn't make too much sense with the new hint system * IMPORTANT: command actions now take an args object, returned from commands.parseArgs, as their first argument. This will break any commands @@ -12,9 +12,9 @@ special versions for the old behavior * IMPORTANT: renamed Startup and Quit autocmd events to VimperatorEnter and VimperatorLeave respectively - * :buffers supports a filter now to only list buffers matching filter (vim incompatible, - but consistent with other commands) - * Favicon support in many places + * :buffers supports a filter now to only list buffers matching filter (vim + incompatible, but consistent with other commands) + * Favicon support in many places * add 'Fullscreen' autocommmand * add :colorscheme * multibyte support for hints (thanks Xie&Tian)