Commit: runtime(doc): improve documentation for |v_gF|

Christian Brabandt <[email protected]>
Newsgroups gmane.editors.vim.devel
Message-ID <[email protected]>
runtime(doc): improve documentation for |v_gF|

Commit: https://github.com/vim/vim/commit/e402d1c443ec9f542df0503d765a09c32eabd7b4
Author: Emilien Breton <[email protected]>
Date:   Thu Aug 13 18:30:55 2026 +0000

    runtime(doc): improve documentation for |v_gF|
    
    Signed-off-by: Christian Brabandt <[email protected]>

diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index c1fadf71c..5d00c8363 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1,4 +1,4 @@
-*editing.txt*	For Vim version 9.2.  Last change: 2026 Feb 14
+*editing.txt*	For Vim version 9.2.  Last change: 2026 Aug 13
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -338,15 +338,20 @@ CTRL-^			Edit the alternate file.  Mostly the alternate file is
 			character.  " line " is also recognized, like it is
 			used in the output of `:verbose command UserCmd`
 			White space between the filename, the separator and
-			the number are ignored.
+			the number is ignored.
 			Examples:
 				eval.c:10 ~
 				eval.c @ 20 ~
 				eval.c (30) ~
 				eval.c 40 ~
+				eval.c line 50 ~
 
 							*v_gF*
-{Visual}[count]gF	Same as "v_gf".
+{Visual}[count]gF	Same as "v_gf", but if a colon and a number appear
+			immediately after the end of the selected text,
+			then the cursor is positioned on that line in the
+			file.  Unlike |gF|, only a colon is recognized as
+			separator.
 
 These commands are used to start editing a single file.  This means that the
 file is read into the buffer and the current file name is set.  The file that

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1wuaQK-0026Mv-HX%40256bit.org.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.