Skip to content

Commit 2f8eae5

Browse files
committed
Update usr_41.{txt,jax}
1 parent 825905e commit 2f8eae5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/usr_41.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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() 強調表示する位置のリストを定義する

en/usr_41.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)