-*if_pyth.txt* For Vim version 9.1. Last change: 2025 Nov 09
+*if_pyth.txt* For Vim version 9.1. Last change: 2026 Jan 11
VIM REFERENCE MANUAL by Paul Moore
Evaluates the expression str using the vim internal expression
evaluator (see |expression|). Returns the expression result as:
- a string if the Vim expression evaluates to a string or number
- - a list if the Vim expression evaluates to a Vim list
- - a tuple if the Vim expression evaluates to a Vim tuple
- - a dictionary if the Vim expression evaluates to a Vim dictionary
+ - a list if the Vim expression evaluates to a Vim |list|
+ - a tuple if the Vim expression evaluates to a Vim |tuple|
+ - a dictionary if the Vim expression evaluates to a Vim |dict|
+ - a boolean if Vim exression evaluates to |v:true| or |v:false|
+ - `None` if Vim expression evaluates to |v:null| or |v:none|
Dictionaries, lists and tuples are recursively expanded.
Examples: >
:" value of the 'textwidth' option