File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -699,6 +699,8 @@ substitute() コマンドの前後にいろいろな処理を入れたりする
699
699
diff_filler() ある行より上の詰め行の数を取得する
700
700
screenattr() スクリーン列/行の属性を取得する
701
701
screenchar() スクリーン列/行の文字コードを取得する
702
+ screenchars() スクリーン列/行の文字コードのリストを取得する
703
+ screenstring() スクリーン列/行の文字列を取得する
702
704
703
705
カレントバッファで動作するもの: *text-functions*
704
706
getline() バッファから行を得る
@@ -811,6 +813,7 @@ Quickfixとlocationリスト: *quickfix-functions*
811
813
complete() 補完候補を設定する
812
814
complete_add() 補完候補を追加する
813
815
complete_check() 補完処理を終えるべきかどうかをチェックする
816
+ complete_info() 現在の補完情報を得る
814
817
pumvisible() ポップアップメニューが表示されているかチェック
815
818
816
819
折り畳み: *folding-functions*
Original file line number Diff line number Diff line change @@ -723,6 +723,8 @@ Cursor and mark position: *cursor-functions* *mark-functions*
723
723
diff_filler() get the number of filler lines above a line
724
724
screenattr() get attribute at a screen line/row
725
725
screenchar() get character code at a screen line/row
726
+ screenchars() get character codes at a screen line/row
727
+ screenstring() get string of characters at a screen line/row
726
728
727
729
Working with text in the current buffer: *text-functions*
728
730
getline() get a line or list of lines from the buffer
@@ -834,6 +836,7 @@ Insert mode completion: *completion-functions*
834
836
complete() set found matches
835
837
complete_add() add to found matches
836
838
complete_check() check if completion should be aborted
839
+ complete_info() get current completion information
837
840
pumvisible() check if the popup menu is displayed
838
841
839
842
Folding: *folding-functions*
You can’t perform that action at this time.
0 commit comments