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- *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
46894689getmarklist([{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
49624962getreg([{regname} [, 1 [, {list}]]]) *getreg()*
Original file line number Diff line number Diff line change 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
47334733getmarklist([{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
50145014getreg([{regname} [, 1 [, {list} ]]]) *getreg()*
You can’t perform that action at this time.
0 commit comments