summaryrefslogtreecommitdiffstats
path: root/runtime/doc/debugger.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-31 19:09:12 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-31 19:09:12 +0000
commitb23c33872aa46de39bdc2cd2cbded697afa6ad08 (patch)
tree5ea25ecb55e8227f7e45c4982b1b7adf323d1f58 /runtime/doc/debugger.txt
parent65c1b0166982f95d78106c3f0a3fac48424ba87d (diff)
updated for version 7.0046
Diffstat (limited to 'runtime/doc/debugger.txt')
-rw-r--r--runtime/doc/debugger.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/debugger.txt b/runtime/doc/debugger.txt
index 4b1a188db1..b9536e68d5 100644
--- a/runtime/doc/debugger.txt
+++ b/runtime/doc/debugger.txt
@@ -1,4 +1,4 @@
-*debugger.txt* For Vim version 7.0aa. Last change: 2001 Dec 22
+*debugger.txt* For Vim version 7.0aa. Last change: 2005 Jan 29
VIM REFERENCE MANUAL by Gordon Prieur
@@ -129,7 +129,9 @@ all the above flags:
==============================================================================
3. Integrated Debuggers *debugger-integration*
-Currently the only fully integrated debugger/IPE/IDE is Sun's Visual WorkShop
-Integrated Programming Environment.
+One fully integrated debugger/IPE/IDE is Sun's Visual WorkShop Integrated
+Programming Environment.
+
+For Sun NetBeans support see |netbeans|.
vim:tw=78:sw=4:ts=8:ft=help:norl: