runtime(doc): fix a few style issues
Commit:
https://github.com/vim/vim/commit/90e1fe4b76ece24e5182ba5a5fa1240462276dce
Author: h-east <[email protected]>
Date: Mon Aug 12 18:26:08 2024 +0200
runtime(doc): fix a few style issues
closes: https://github.com/vim/vim/issues/15478
Signed-off-by: h-east <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index f6d32db39..9c4e87013 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1,4 +1,4 @@
-*autocmd.txt* For Vim version 9.1. Last change: 2024 Aug 10
+*autocmd.txt* For Vim version 9.1. Last change: 2024 Aug 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1428,8 +1428,8 @@ WinLeave Before leaving a window. If
the window to be
WinNewPre Before creating a new window. Triggered
before commands that modify window layout by
creating a split.
- Not done for creating tabs or for the first
- window, as the window structure is not
+ Not done when creating tab pages and for the
+ first window, as the window structure is not
initialized yet and so is generally not safe.
It is not allowed to modify window layout
while executing commands for the WinNewPre
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 8f8f70a74..3ec8a3a80 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 9.1. Last change: 2024 Jul 28
+*options.txt* For Vim version 9.1. Last change: 2024 Aug 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2260,7 +2260,7 @@ A jump table for the options with a short description can
be found at |Q_op|.
*'cpoptions'* *'cpo'* *cpo*
'cpoptions' 'cpo' string (Vim default: "aABceFsz",
Vi default: all flags, except "#{|&/\."
- |$VIM_POSIX|: all flags)
+ |$VIM_POSIX|: all flags)
global
A sequence of single character flags. When a character is present
this indicates Vi-compatible behavior. This is used for things where
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index f2ba03f90..726aec369 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -1,4 +1,4 @@
-*repeat.txt* For Vim version 9.1. Last change: 2024 Jul 11
+*repeat.txt* For Vim version 9.1. Last change: 2024 Aug 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -793,7 +793,8 @@ messages: >
:echo gettext("Hello", "foobar")
<
Where:
- "Hello" the message "Hello" to be translated into the user's language
|:lang|
+ "Hello" the message "Hello" to be translated into the user's language
+ |:lang|
"foobar" the package identifier, which was previously defined using the
|bindtextdomain()| function.
--
--
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 on the web visit
https://groups.google.com/d/msgid/vim_dev/E1sdXvu-00EXbf-Ao%40256bit.org.