summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-11-02 20:04:22 +0100
committerBram Moolenaar <Bram@vim.org>2020-11-02 20:04:22 +0100
commitdbfa795d8b66c99ee758b132d6043871b9061563 (patch)
treefea9c89a4b0fd254da72c2dd9a245ae914c2a2de /runtime
parent399db046ed7cc64b68ffa68b543c1b1c20baeee3 (diff)
patch 8.2.1942: insufficient test coverage for the Netbeans interfacev8.2.1942
Problem: Insufficient test coverage for the Netbeans interface. Solution: Add more tests. Fix an uncovered bug. (Yegappan Lakshmanan, closes #7240)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/netbeans.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/netbeans.txt b/runtime/doc/netbeans.txt
index 972b93c48b..f780e3b326 100644
--- a/runtime/doc/netbeans.txt
+++ b/runtime/doc/netbeans.txt
@@ -562,9 +562,10 @@ setModtime time
saved directly by the Vim Controller.
New in version 2.3.
-setReadOnly
- Set a file as readonly
- Implemented in version 2.3.
+setReadOnly readonly
+ When the boolean argument "readonly" is "T" for True, mark the
+ buffer as readonly, when it is "F" for False, mark it as not
+ readonly. Implemented in version 2.3.
setStyle Not implemented.