File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- *usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Feb 25
1+ *usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Apr 26
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -1072,7 +1072,7 @@ Quickfixとlocationリスト: *quickfix-functions*
10721072 synIDattr() シンタックスIDから指定の属性を得る
10731073 synIDtrans() 変換したシンタックスIDを得る
10741074 synstack() 指定位置のシンタックスIDのリストを得る
1075- synconcealed() conceal の情報を得る
1075+ synconcealed() (構文の) conceal の情報を得る
10761076 diff_hlID() 差分モードの指定位置のシンタックスIDを得る
10771077 matchadd() 強調表示するパターンを定義する
10781078 matchaddpos() 強調表示する位置のリストを定義する
Original file line number Diff line number Diff line change 1- *usr_41.txt* For Vim version 9.1. Last change: 2024 Feb 25
1+ *usr_41.txt* For Vim version 9.1. Last change: 2024 Apr 26
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -1096,7 +1096,7 @@ Syntax and highlighting: *syntax-functions* *highlighting-functions*
10961096 synIDattr() get a specific attribute of a syntax ID
10971097 synIDtrans() get translated syntax ID
10981098 synstack() get list of syntax IDs at a specific position
1099- synconcealed() get info about concealing
1099+ synconcealed() get info about (syntax) concealing
11001100 diff_hlID() get highlight ID for diff mode at a position
11011101 matchadd() define a pattern to highlight (a "match")
11021102 matchaddpos() define a list of positions to highlight
You can’t perform that action at this time.
0 commit comments