diff options
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. |