From d2ea7cf10a4d026ebd402594d656af7d5c811c24 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 30 May 2021 20:54:13 +0200 Subject: Update runtime files --- runtime/doc/quickfix.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'runtime/doc/quickfix.txt') diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index f94da7d2a2..9ebefa956d 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1,4 +1,4 @@ -*quickfix.txt* For Vim version 8.2. Last change: 2021 May 02 +*quickfix.txt* For Vim version 8.2. Last change: 2021 May 22 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1386,7 +1386,8 @@ Basic items %o module name (finds a string) %l line number (finds a number) %c column number (finds a number representing character - column of the error, (1 == 1 character column)) + column of the error, byte index, a is 1 + character column) %v virtual column number (finds a number representing screen column of the error (1 == 8 screen columns)) -- cgit v1.2.3