File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -806,6 +806,7 @@ Quickfixとロケーションリスト: *quickfix-functions*
806
806
synconcealed() conceal の情報を得る
807
807
diff_hlID() 差分モードの指定位置のシンタックスIDを得る
808
808
matchadd() 強調表示するパターンを定義する
809
+ matchaddpos() 強調表示する位置のリストを定義する
809
810
matcharg() | :match | の引数の情報を得る
810
811
matchdelete() | matchadd() | と| :match | コマンドで定義されたマッ
811
812
チを削除する
Original file line number Diff line number Diff line change @@ -827,6 +827,7 @@ Syntax and highlighting: *syntax-functions* *highlighting-functions*
827
827
synconcealed() get info about concealing
828
828
diff_hlID() get highlight ID for diff mode at a position
829
829
matchadd() define a pattern to highlight (a "match")
830
+ matchaddpos() define a list of positions to highlight
830
831
matcharg() get info about | :match | arguments
831
832
matchdelete() delete a match defined by | matchadd() | or a
832
833
| :match | command
You can’t perform that action at this time.
0 commit comments