vim-patch:faad250: runtime(doc): Fix typo in if_pyth.txt (#38362)

closes: vim/vim#19733

faad250544

Co-authored-by: Barrett Ruth <br.barrettruth@gmail.com>
This commit is contained in:
zeertzjq
2026-03-19 11:10:54 +08:00
committed by GitHub
parent e1c4e5523f
commit 08c64bb036

View File

@@ -170,7 +170,7 @@ vim.eval(str) *python-eval*
- a string if the Vim expression evaluates to a string or number
- a list if the Vim expression evaluates to a Vim |list|
- a dictionary if the Vim expression evaluates to a Vim |dict|
- a boolean if Vim exression evaluates to |v:true| or |v:false|
- a boolean if Vim expression evaluates to |v:true| or |v:false|
- `None` if Vim expression evaluates to |v:null|
Dictionaries and lists are recursively expanded.
Examples: >vim