-*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 09
+*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 10
VIM REFERENCE MANUAL by Bram Moolenaar
prop_type_list([{props}]) List get list of property types
pum_getpos() Dict position and size of pum if visible
pumvisible() Number whether popup menu is visible
-py3eval({expr}[, {locals}]) any evaluate |python3| expression
-pyeval({expr}[, {locals}]) any evaluate |Python| expression
-pyxeval({expr}[, {locals}]) any evaluate |python_x| expression
+py3eval({expr} [, {locals}]) any evaluate |python3| expression
+pyeval({expr} [, {locals}]) any evaluate |Python| expression
+pyxeval({expr} [, {locals}]) any evaluate |python_x| expression
rand([{expr}]) Number get pseudo-random number
range({expr} [, {max} [, {stride}]])
List items from {expr} to {max}
Return type: |Number|
-py3eval({expr}[, {locals}]) *py3eval()*
+py3eval({expr} [, {locals}]) *py3eval()*
Evaluate Python expression {expr} and return its result
converted to Vim data structures.
If a {locals} |Dictionary| is given, it defines set of local
{only available when compiled with the |+python3| feature}
*E858* *E859*
-pyeval({expr}[, {locals}]) *pyeval()*
+pyeval({expr} [, {locals}]) *pyeval()*
Evaluate Python expression {expr} and return its result
converted to Vim data structures.
For {locals} see |py3eval()|.
{only available when compiled with the |+python| feature}
-pyxeval({expr}[, {locals}]) *pyxeval()*
+pyxeval({expr} [, {locals}]) *pyxeval()*
Evaluate Python expression {expr} and return its result
converted to Vim data structures.
For {locals} see |py3eval()|.
-*quickfix.txt* For Vim version 9.1. Last change: 2024 Nov 07
+*quickfix.txt* For Vim version 9.1. Last change: 2024 Nov 10
VIM REFERENCE MANUAL by Bram Moolenaar
Example: >
:g/mypattern/caddexpr expand("%") .. ":" .. line(".") .. ":" .. getline(".")
<
- *:lad* *:addd* *:laddexpr*
+ *:lad* *:ladd* *:laddexpr*
:lad[dexpr] {expr} Same as ":caddexpr", except the location list for the
current window is used instead of the quickfix list.
:abo windows.txt /*:abo*
:aboveleft windows.txt /*:aboveleft*
:abstract vim9class.txt /*:abstract*
-:addd quickfix.txt /*:addd*
:al windows.txt /*:al*
:all windows.txt /*:all*
:am gui.txt /*:am*
:lab quickfix.txt /*:lab*
:labove quickfix.txt /*:labove*
:lad quickfix.txt /*:lad*
+:ladd quickfix.txt /*:ladd*
:laddb quickfix.txt /*:laddb*
:laddbuffer quickfix.txt /*:laddbuffer*
:laddexpr quickfix.txt /*:laddexpr*