mirror of
https://github.com/vim/vim.git
synced 2025-08-27 20:13:38 -04:00
parent
323dda1484
commit
17dca3cb97
@ -1,4 +1,4 @@
|
|||||||
*builtin.txt* For Vim version 9.0. Last change: 2023 Nov 20
|
*builtin.txt* For Vim version 9.0. Last change: 2023 Dec 14
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -6688,9 +6688,9 @@ printf({fmt}, {expr1} ...) *printf()*
|
|||||||
< This limits the length of the text used from "line" to
|
< This limits the length of the text used from "line" to
|
||||||
"width" bytes.
|
"width" bytes.
|
||||||
|
|
||||||
If the argument to be formatted is specified using a posional
|
If the argument to be formatted is specified using a
|
||||||
argument specifier, and a '*' is used to indicate that a
|
positional argument specifier, and a '*' is used to indicate
|
||||||
number argument is to be used to specify the width or
|
that a number argument is to be used to specify the width or
|
||||||
precision, the argument(s) to be used must also be specified
|
precision, the argument(s) to be used must also be specified
|
||||||
using a {n$} positional argument specifier. See |printf-$|.
|
using a {n$} positional argument specifier. See |printf-$|.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*os_vms.txt* For Vim version 9.0. Last change: 2023 Dec 09
|
*os_vms.txt* For Vim version 9.0. Last change: 2023 Dec 14
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL
|
VIM REFERENCE MANUAL
|
||||||
@ -771,7 +771,7 @@ Version 9.0 (2023 Nov 27)
|
|||||||
on X86_64 the CRTL_VER is kept under 80500000 level. The proper solution would be
|
on X86_64 the CRTL_VER is kept under 80500000 level. The proper solution would be
|
||||||
to rename the getline function to something else in the struct (and in all places
|
to rename the getline function to something else in the struct (and in all places
|
||||||
it is used) - and avoiding to use POSIX functions in structs, but this change would
|
it is used) - and avoiding to use POSIX functions in structs, but this change would
|
||||||
impact on all other operating systems. (added the the VMS TODO list)
|
impact on all other operating systems. (added to the VMS TODO list)
|
||||||
Read more about at https://forum.vmssoftware.com/viewtopic.php?f=38&t=8914&p=20049
|
Read more about at https://forum.vmssoftware.com/viewtopic.php?f=38&t=8914&p=20049
|
||||||
- os_vms_conf.h includes have been reviewed for all architectures
|
- os_vms_conf.h includes have been reviewed for all architectures
|
||||||
- added support for the MODIFIED_BY define
|
- added support for the MODIFIED_BY define
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*vim9class.txt* For Vim version 9.0. Last change: 2023 Nov 20
|
*vim9class.txt* For Vim version 9.0. Last change: 2023 Dec 14
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -220,7 +220,7 @@ see this pattern: >
|
|||||||
<
|
<
|
||||||
*E1390*
|
*E1390*
|
||||||
Not only is this text you need to write, it also has the type of each
|
Not only is this text you need to write, it also has the type of each
|
||||||
variables twice. Since this is so common a shorter way to write new() is
|
variable twice. Since this is so common a shorter way to write new() is
|
||||||
provided: >
|
provided: >
|
||||||
|
|
||||||
def new(this.lnum, this.col)
|
def new(this.lnum, this.col)
|
||||||
@ -265,7 +265,7 @@ always returns an object of the class.
|
|||||||
|
|
||||||
*E1386*
|
*E1386*
|
||||||
When invoking an object method, the method name should be preceded by the
|
When invoking an object method, the method name should be preceded by the
|
||||||
object variable name. A object method cannot be invoked using the class
|
object variable name. An object method cannot be invoked using the class
|
||||||
name.
|
name.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user