diff --git a/NEWS b/NEWS index 5ccaad3f..3ab8a802 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ 2007-XX-XX: * version 0.5.2 * added new 'laststatus' option and removed "s" value from 'guioptions' + * Tab-completion improvements for :javascript and :open + * IMPORTANT: changed semantics of :echo and :echoerr: Strings must be quoted with " or ' now, + but you can do things like :echo 3+2 or :echo window.document now * statusline is now white on black with bold font by default (like in (g)vim) (change with userChrome.css if you don't like it until we have :colorscheme) * :let mapleader="," and in :map support