Skip to content

Update usr_41.{txt,jax} #1497

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/usr_41.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Feb 25
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Apr 26

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -1072,7 +1072,7 @@ Quickfixとlocationリスト: *quickfix-functions*
synIDattr() シンタックスIDから指定の属性を得る
synIDtrans() 変換したシンタックスIDを得る
synstack() 指定位置のシンタックスIDのリストを得る
synconcealed() conceal の情報を得る
synconcealed() (構文の) conceal の情報を得る
diff_hlID() 差分モードの指定位置のシンタックスIDを得る
matchadd() 強調表示するパターンを定義する
matchaddpos() 強調表示する位置のリストを定義する
Expand Down
4 changes: 2 additions & 2 deletions en/usr_41.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim version 9.1. Last change: 2024 Feb 25
*usr_41.txt* For Vim version 9.1. Last change: 2024 Apr 26

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -1096,7 +1096,7 @@ Syntax and highlighting: *syntax-functions* *highlighting-functions*
synIDattr() get a specific attribute of a syntax ID
synIDtrans() get translated syntax ID
synstack() get list of syntax IDs at a specific position
synconcealed() get info about concealing
synconcealed() get info about (syntax) concealing
diff_hlID() get highlight ID for diff mode at a position
matchadd() define a pattern to highlight (a "match")
matchaddpos() define a list of positions to highlight
Expand Down