diff runtime/doc/version7.txt @ 2210:8c6a66e2b3cc vim73

Add :nbstart and :nbclose.
author Bram Moolenaar <bram@vim.org>
date Sat, 22 May 2010 21:34:09 +0200
parents d0ddf7ba1630
children f8222d1f9a73
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -7175,7 +7175,8 @@ Added the 'relativenumber' option. (Mark
 Support for Blowfish encryption.  Added the 'cryptmethod' option.
 Mostly by Moshin Ahmed.
 
-Added support for NetBeans in a terminal. (Xavier de Gaye)
+Added support for NetBeans in a terminal.  Added |:nbstart| and |:nbclose|.
+(Xavier de Gaye)
 
 More floating point functions: acos(), asin(), atan2(), cosh(), exp(), fmod(),
 log(), sinh(), tan(), tanh().  (Bill McCarthy)