diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-03-21 18:06:14 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-03-21 18:06:14 +0100 |
commit | 5837f1f447c34628268aab52476a79d57b6a7eaf (patch) | |
tree | 6ed6fecb68c8690a869c29429d2363c8f2f7a416 /runtime/doc/netbeans.txt | |
parent | b5971141dff0c69355fd64196fcc0d0d071d4c82 (diff) | |
download | vim-git-5837f1f447c34628268aab52476a79d57b6a7eaf.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/netbeans.txt')
-rw-r--r-- | runtime/doc/netbeans.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/doc/netbeans.txt b/runtime/doc/netbeans.txt index 82db022d0..19fe1a069 100644 --- a/runtime/doc/netbeans.txt +++ b/runtime/doc/netbeans.txt @@ -1,4 +1,4 @@ -*netbeans.txt* For Vim version 7.4. Last change: 2012 Jan 26 +*netbeans.txt* For Vim version 7.4. Last change: 2015 Mar 14 VIM REFERENCE MANUAL by Gordon Prieur et al. @@ -306,7 +306,12 @@ bufID Buffer number. A message may be either for a specific buffer or generic. Generic messages use a bufID of zero. NOTE: this buffer ID is assigned by the IDE, it is not Vim's buffer number. The bufID must be a sequentially rising number, - starting at one. + starting at one. When the 'switchbuf' option is set to + "usetab" and the "bufID" buffer is not found in the current + tab page, the netbeans commands and functions that set this + buffer as the current buffer will jump to the first open + window that contains this buffer in other tab pages instead of + replacing the buffer in the current window. seqno The IDE uses a sequence number for Commands and Functions. A Reply must use the sequence number of the Function that it is |