diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-30 17:20:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-30 17:20:20 +0200 |
commit | 207f009326c8f878defde0e594d7d9ed9860106e (patch) | |
tree | ef2dbeb3f5069321b3a5e80183034e6c16c043d4 /runtime/doc/netbeans.txt | |
parent | 0b39c3fd4c5d1c8ebd2efa85fced7df5e17efd3b (diff) | |
download | vim-git-207f009326c8f878defde0e594d7d9ed9860106e.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/netbeans.txt')
-rw-r--r-- | runtime/doc/netbeans.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/netbeans.txt b/runtime/doc/netbeans.txt index 803d388f4..972b93c48 100644 --- a/runtime/doc/netbeans.txt +++ b/runtime/doc/netbeans.txt @@ -1,4 +1,4 @@ -*netbeans.txt* For Vim version 8.2. Last change: 2020 Apr 19 +*netbeans.txt* For Vim version 8.2. Last change: 2020 Aug 15 VIM REFERENCE MANUAL by Gordon Prieur et al. @@ -362,12 +362,12 @@ color Argument with either a decimal number, "none" (without the offset A number argument that indicates a byte position in a buffer. The first byte has offset zero. Line breaks are counted for how they appear in the file (CR/LF counts for two bytes). - Note that a multi-byte character is counted for the number of + Note that a multibyte character is counted for the number of bytes it takes. lnum/col Argument with a line number and column number position. The line number starts with one, the column is the byte position, - starting with zero. Note that a multi-byte character counts + starting with zero. Note that a multibyte character counts for several columns. pathname String argument: file name with full path. |