runtime(doc): make :h tag-! more consistent (#14208)

Commit: 
https://github.com/vim/vim/commit/989faa4fce65a48d95fd8c9ae402672d70b8de7f
Author: zeertzjq <zeert...@outlook.com>
Date:   Sat Mar 16 16:21:20 2024 +0800

    runtime(doc): make :h tag-! more consistent 
(https://github.com/vim/vim/issues/14208)
    
    - Use "on" and "off" for 'winfixbuf' option values.
    - Retab the table.
    
    Signed-off-by: zeertzjq <zeert...@outlook.com>
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt
index ce6d44634..d3d549ab2 100644
--- a/runtime/doc/tagsrch.txt
+++ b/runtime/doc/tagsrch.txt
@@ -1,4 +1,4 @@
-*tagsrch.txt*   For Vim version 9.1.  Last change: 2024 Mar 03
+*tagsrch.txt*   For Vim version 9.1.  Last change: 2024 Mar 16
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -407,23 +407,23 @@ the pattern.
                                                        *tag-!*
 If the tag is in the current file this will always work.  Otherwise the
 performed actions depend on whether the current file was changed, whether a !
-is added to the command and on the 'autowrite' option:
+is added to the command and on the 'autowrite' and 'winfixbuf' options:
 
-  tag in       file                    autowrite                       ~
-current file  changed  !   winfixbuf   option        action    ~
+  tag in       file        winfixbuf   autowrite               ~
+current file  changed  !   option      option        action    ~
  -----------------------------------------------------------------------------
-    yes                x       x      no         x         goto tag
-    no         no      x      no         x         read other file, goto tag
-    no         yes     yes    no         x         abandon current file,
+    yes                x       x      off        x         goto tag
+    no         no      x      off        x         read other file, goto tag
+    no         yes     yes    off        x         abandon current file,
                                                    read other file, goto tag
-    no         yes     no     no         on        write current file,
+    no         yes     no     off        on        write current file,
                                                    read other file, goto tag
-    no         yes     no     no         off       fail
-    yes                x       yes    x          x         goto tag
-    no         no      no     yes        x         fail
-    no         yes     no     yes        x         fail
-    no         yes     no     yes        on        fail
-    no         yes     no     yes        off       fail
+    no         yes     no     off        off       fail
+    yes                x       yes    x          x         goto tag
+    no         no      no     on         x         fail
+    no         yes     no     on         x         fail
+    no         yes     no     on         on        fail
+    no         yes     no     on         off       fail
  -----------------------------------------------------------------------------
 
 - If the tag is in the current file, the command will always work.

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1rlPQa-004pU1-G4%40256bit.org.

Raspunde prin e-mail lui