Skip to content

Commit c09ba39

Browse files
authored
Merge pull request #500 from vim-jp/update_usr_41
Update usr_41.{txt,jax}
2 parents 30e98c1 + 1d0c6a8 commit c09ba39

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/usr_41.jax

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,8 @@ substitute() コマンドの前後にいろいろな処理を入れたりする
699699
diff_filler() ある行より上の詰め行の数を取得する
700700
screenattr() スクリーン列/行の属性を取得する
701701
screenchar() スクリーン列/行の文字コードを取得する
702+
screenchars() スクリーン列/行の文字コードのリストを取得する
703+
screenstring() スクリーン列/行の文字列を取得する
702704

703705
カレントバッファで動作するもの: *text-functions*
704706
getline() バッファから行を得る
@@ -811,6 +813,7 @@ Quickfixとlocationリスト: *quickfix-functions*
811813
complete() 補完候補を設定する
812814
complete_add() 補完候補を追加する
813815
complete_check() 補完処理を終えるべきかどうかをチェックする
816+
complete_info() 現在の補完情報を得る
814817
pumvisible() ポップアップメニューが表示されているかチェック
815818

816819
折り畳み: *folding-functions*

en/usr_41.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,8 @@ Cursor and mark position: *cursor-functions* *mark-functions*
723723
diff_filler() get the number of filler lines above a line
724724
screenattr() get attribute at a screen line/row
725725
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
726728

727729
Working with text in the current buffer: *text-functions*
728730
getline() get a line or list of lines from the buffer
@@ -834,6 +836,7 @@ Insert mode completion: *completion-functions*
834836
complete() set found matches
835837
complete_add() add to found matches
836838
complete_check() check if completion should be aborted
839+
complete_info() get current completion information
837840
pumvisible() check if the popup menu is displayed
838841

839842
Folding: *folding-functions*

0 commit comments

Comments
 (0)