summaryrefslogtreecommitdiffstats
path: root/runtime/doc/netbeans.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-15 20:20:18 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-15 20:20:18 +0200
commitb477af2260d9bc7ae7f743f0a14265d7ee12ee09 (patch)
tree0f0bf173f95162a2234265ee8394a6f308cef984 /runtime/doc/netbeans.txt
parent2196bca7377ff245866cc3cee65b0adb48432ac3 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/netbeans.txt')
-rw-r--r--runtime/doc/netbeans.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/netbeans.txt b/runtime/doc/netbeans.txt
index 3e99f8b2bc..25fba4d5a2 100644
--- a/runtime/doc/netbeans.txt
+++ b/runtime/doc/netbeans.txt
@@ -409,9 +409,9 @@ defineAnnoType typeNum typeName tooltip glyphFile fg bg
Vim will define a sign for the annotation.
When color is a number, this is the "#rrggbb" Red, Green and
Blue values of the color (see |gui-colors|) and the
- highlighting is only defined for GVim.
+ highlighting is only defined for gVim.
When color is a name, this color is defined both for Vim
- running in a color terminal and for GVim.
+ running in a color terminal and for gVim.
When both "fg" and "bg" are "none" no line highlighting is
used (new in version 2.1).
When "glyphFile" is empty, no text sign is used (new in