Skip to content

Commit 6aa8ebb

Browse files
committed
Update builtin.{txt,jax}
1 parent 78bca2e commit 6aa8ebb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/builtin.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2026 Jan 03
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2026 Jan 17
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -4683,7 +4683,7 @@ getloclist({nr} [, {what}]) *getloclist()*
46834683
:echo getloclist(3, {'all': 0})
46844684
:echo getloclist(5, {'filewinid': 0})
46854685
<
4686-
戻り値の型: list<dict<any>> または list<any>
4686+
戻り値の型: list<dict<any>> または dict<any>
46874687

46884688

46894689
getmarklist([{buf}]) *getmarklist()*
@@ -4956,7 +4956,7 @@ getqflist([{what}]) *getqflist()*
49564956
:echo getqflist({'nr': 2, 'title': 1})
49574957
:echo getqflist({'lines' : ["F1:10:L10"]})
49584958
<
4959-
戻り値の型: list<dict<any>> または list<any>
4959+
戻り値の型: list<dict<any>> または dict<any>
49604960

49614961

49624962
getreg([{regname} [, 1 [, {list}]]]) *getreg()*

en/builtin.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2026 Jan 03
1+
*builtin.txt* For Vim version 9.1. Last change: 2026 Jan 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4727,7 +4727,7 @@ getloclist({nr} [, {what}]) *getloclist()*
47274727
:echo getloclist(3, {'all': 0})
47284728
:echo getloclist(5, {'filewinid': 0})
47294729
<
4730-
Return type: list<dict<any>> or list<any>
4730+
Return type: list<dict<any>> or dict<any>
47314731

47324732

47334733
getmarklist([{buf}]) *getmarklist()*
@@ -5008,7 +5008,7 @@ getqflist([{what}]) *getqflist()*
50085008
:echo getqflist({'nr': 2, 'title': 1})
50095009
:echo getqflist({'lines' : ["F1:10:L10"]})
50105010
<
5011-
Return type: list<dict<any>> or list<any>
5011+
Return type: list<dict<any>> or dict<any>
50125012

50135013

50145014
getreg([{regname} [, 1 [, {list}]]]) *getreg()*

0 commit comments

Comments
 (0)