Skip to content

Commit 8fb50d6

Browse files
committed
Update if_pyth.{txt,jax}
1 parent a93391a commit 8fb50d6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/if_pyth.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

en/if_pyth.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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: >

0 commit comments

Comments
 (0)