From dbaf99e3528a2f9007c4ab0ced416bdd87c22574 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Mon, 8 Apr 2024 10:35:38 +0100 Subject: [PATCH] Document *Go to line* offsets (#3817) --- doc/geany.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/geany.txt b/doc/geany.txt index 9fa660049..6e57f6372 100644 --- a/doc/geany.txt +++ b/doc/geany.txt @@ -1468,6 +1468,9 @@ Go to line Go to a particular line number in the current file. +If the given value starts with a plus or minus, the value will be +interpreted as an offset from the current line. + Regular expressions ^^^^^^^^^^^^^^^^^^^ @@ -4775,7 +4778,7 @@ translucency *Example:* ``translucency=256;256;false;false`` marker_line - The style for a highlighted line (e.g when using Goto line or goto symbol). + The style for a highlighted line (e.g when using *Go to line* or *Go to symbol*). The foreground color (first argument) is only used when the Markers margin is enabled (see View menu). -- 2.11.4.GIT