From 3b5c0de0375d52eff1e255e35cb5b409f4ccae21 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 25 Sep 2007 19:19:13 +0000 Subject: [PATCH] mention new :let and :unlet commands in NEWS file --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e7b1f2c3..4203b595 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,8 @@ * THIS VERSION ONLY WORKS WITH FIREFOX 3.0 * 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 leader="," and in :map support + * :let mapleader="," and in :map support + * added new :let and :unlet commands * :b2 now allowed, no space required before the 2 anymore * :! to run commands through system() (UNIX only) * separated search and Ex command history