From 7994c0dda8f704c2c305bb5bbacf7c02806190b5 Mon Sep 17 00:00:00 2001 From: h-east Date: Fri, 15 Nov 2024 19:16:32 +0900 Subject: [PATCH] Update usr_41.{txt,jax} --- doc/usr_41.jax | 4 +++- en/usr_41.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/usr_41.jax b/doc/usr_41.jax index 79e582c92..9e3a0948a 100644 --- a/doc/usr_41.jax +++ b/doc/usr_41.jax @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05 +*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Nov 11 VIM USER MANUAL - by Bram Moolenaar @@ -749,6 +749,7 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす strdisplaywidth() 表示された文字列のサイズ、タブを扱う setcellwidths() 文字の幅の上書き設定 getcellwidths() 文字の幅の上書き設定値を取得する + getcellpixels() 文字のセルのピクセルサイズを得る reverse() 文字列内の文字の順序を逆にする substitute() パターンにマッチする文字列を置換 submatch() ":s" と substitute() の中で部分マッチを得る @@ -1376,6 +1377,7 @@ Registers: *register-functions* did_filetype() FileType自動コマンドが使用されたかどうか diff() 2 つの文字列のリストの差分 eventhandler() イベントハンドラによって起動されたかどうか + getcellpixels() セルのピクセルサイズのリストを取得 getpid() Vim のプロセスIDを得る getscriptinfo() 読み込んだ Vim script のリストを取得 getimstatus() IME のステータスがアクティブかをチェック diff --git a/en/usr_41.txt b/en/usr_41.txt index af67429ec..36907d249 100644 --- a/en/usr_41.txt +++ b/en/usr_41.txt @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim version 9.1. Last change: 2024 Oct 05 +*usr_41.txt* For Vim version 9.1. Last change: 2024 Nov 11 VIM USER MANUAL - by Bram Moolenaar @@ -778,6 +778,7 @@ String manipulation: *string-functions* strdisplaywidth() size of string when displayed, deals with tabs setcellwidths() set character cell width overrides getcellwidths() get character cell width overrides + getcellpixels() get character cell pixel size reverse() reverse the order of characters in a string substitute() substitute a pattern match with a string submatch() get a specific match in ":s" and substitute() @@ -1394,6 +1395,7 @@ Various: *various-functions* did_filetype() check if a FileType autocommand was used diff() diff two Lists of strings eventhandler() check if invoked by an event handler + getcellpixels() get List of cell pixel size getpid() get process ID of Vim getscriptinfo() get list of sourced vim scripts getimstatus() check if IME status is active