File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *if_pyth.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+ *if_pyth.txt* For Vim バージョン 9.2. Last change: 2026 Mar 18
22
33
44 VIM リファレンスマニュアル by Paul Moore
Original file line number Diff line number Diff line change 1- *if_pyth.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+ *if_pyth.txt* For Vim version 9.2. Last change: 2026 Mar 18
22
33
44 VIM REFERENCE MANUAL by Paul Moore
@@ -186,7 +186,7 @@ vim.eval(str) *python-eval*
186186 - a list if the Vim expression evaluates to a Vim | list |
187187 - a tuple if the Vim expression evaluates to a Vim | tuple |
188188 - a dictionary if the Vim expression evaluates to a Vim | dict |
189- - a boolean if Vim exression evaluates to | v:true | or | v:false |
189+ - a boolean if Vim expression evaluates to | v:true | or | v:false |
190190 - `None` if Vim expression evaluates to | v:null | or | v:none |
191191 Dictionaries, lists and tuples are recursively expanded.
192192 Examples: >
You can’t perform that action at this time.
0 commit comments