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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -1072,7 +1072,7 @@ Quickfixとlocationリスト: *quickfix-functions*
1072
1072
synIDattr() シンタックスIDから指定の属性を得る
1073
1073
synIDtrans() 変換したシンタックスIDを得る
1074
1074
synstack() 指定位置のシンタックスIDのリストを得る
1075
- synconcealed() conceal の情報を得る
1075
+ synconcealed() (構文の) conceal の情報を得る
1076
1076
diff_hlID() 差分モードの指定位置のシンタックスIDを得る
1077
1077
matchadd() 強調表示するパターンを定義する
1078
1078
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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -1096,7 +1096,7 @@ Syntax and highlighting: *syntax-functions* *highlighting-functions*
1096
1096
synIDattr() get a specific attribute of a syntax ID
1097
1097
synIDtrans() get translated syntax ID
1098
1098
synstack() get list of syntax IDs at a specific position
1099
- synconcealed() get info about concealing
1099
+ synconcealed() get info about (syntax) concealing
1100
1100
diff_hlID() get highlight ID for diff mode at a position
1101
1101
matchadd() define a pattern to highlight (a "match")
1102
1102
matchaddpos() define a list of positions to highlight
You can’t perform that action at this time.
0 commit comments