diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-11-14 17:29:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-11-14 17:29:46 +0000 |
commit | c65c49129502ce96f61137ffacd786a0eec02b52 (patch) | |
tree | 5f0b755d13dcf325fbd0d8fdc017f4b598d823f9 /runtime/doc/netbeans.txt | |
parent | 84212825ed74d16483061f35f0e2e6a05fd33a6e (diff) | |
download | vim-git-c65c49129502ce96f61137ffacd786a0eec02b52.tar.gz |
updated for version 7.0-163v7.0.163
Diffstat (limited to 'runtime/doc/netbeans.txt')
-rw-r--r-- | runtime/doc/netbeans.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/runtime/doc/netbeans.txt b/runtime/doc/netbeans.txt index 46e57395d..d86eb126a 100644 --- a/runtime/doc/netbeans.txt +++ b/runtime/doc/netbeans.txt @@ -1,4 +1,4 @@ -*netbeans.txt* For Vim version 7.0. Last change: 2006 Mar 09 +*netbeans.txt* For Vim version 7.0. Last change: 2006 Nov 14 VIM REFERENCE MANUAL by Gordon Prieur @@ -259,8 +259,8 @@ problems and has been fixed in 2.2. To decrease the likelihood of this confusion happening again, netbeans_saved() has been renamed to netbeans_save_buffer(). -We are now at version 2.3. For the differences between 2.2 and 2.3 search for -"2.3" below. +We are now at version 2.4. For the differences between 2.3 and 2.4 search for +"2.4" below. The messages are currently sent over a socket. Since the messages are in plain UTF-8 text this protocol could also be used with any other communication @@ -605,6 +605,15 @@ getLength Return the length of the buffer in bytes. getMark Not implemented. +getAnno serNum + Return the line number of the annotation in the buffer. + Argument: + serNum serial number of this placed annotation + The reply is: + 123 lnum line number of the annotation + 123 0 invalid annotation serial number + New in version 2.4. + getModified When a buffer is specified: Return zero if the buffer does not have changes, one if it does have changes. When no buffer is specified (buffer number zero): Return the |