diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-11-02 20:04:22 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-11-02 20:04:22 +0100 |
commit | dbfa795d8b66c99ee758b132d6043871b9061563 (patch) | |
tree | fea9c89a4b0fd254da72c2dd9a245ae914c2a2de /runtime | |
parent | 399db046ed7cc64b68ffa68b543c1b1c20baeee3 (diff) | |
download | vim-git-dbfa795d8b66c99ee758b132d6043871b9061563.tar.gz |
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.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/netbeans.txt b/runtime/doc/netbeans.txt index 972b93c48..f780e3b32 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. |