File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7699,10 +7699,10 @@ sign_getplaced([{expr} [, {dict}]]) *sign_getplaced()*
76997699 lnum この行に配置されている目印を選択する。{lnum}の
77007700 使い方については |line()| を参照。
77017701 {group}が '*' の場合、グローバルグループを含むすべてのグループ
7702- の目印が返される。 {group}が指定されていない場合は、グローバル
7703- グループ内の目印のみが返される。引数が指定されていない場合は、
7704- すべてのバッファに配置されているグローバルグループ内の目印が返
7705- される 。
7702+ の目印が返される。 {group}が指定されていないか、空の文字列の場
7703+ 合は、グローバルグループ内の目印のみが返される。引数が指定され
7704+ ていない場合は、すべてのバッファに配置されているグローバルグ
7705+ ループ内の目印が返される 。
77067706
77077707 戻り値の各リスト項目は、次のエントリを持つ辞書である:
77087708 bufnr 目印付きバッファの番号
Original file line number Diff line number Diff line change @@ -7936,10 +7936,10 @@ sign_getplaced([{expr} [, {dict}]]) *sign_getplaced()*
79367936 lnum select signs placed in this line. For the use
79377937 of {lnum} , see | line() | .
79387938 If {group} is '*', then signs in all the groups including the
7939- global group are returned. If {group} is not supplied, then
7940- only signs in the global group are returned. If no arguments
7941- are supplied, then signs in the global group placed in all the
7942- buffers are returned.
7939+ global group are returned. If {group} is not supplied or is an
7940+ empty string, then only signs in the global group are
7941+ returned. If no arguments are supplied, then signs in the
7942+ global group placed in all the buffers are returned.
79437943
79447944 Each list item in the returned value is a dictionary with the
79457945 following entries:
You can’t perform that action at this time.
0 commit comments