mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 06:45:37 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user