-*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
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
-*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
*'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
-*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
: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.