File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- *usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1+ *usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Nov 11
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -749,6 +749,7 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
749749 strdisplaywidth() 表示された文字列のサイズ、タブを扱う
750750 setcellwidths() 文字の幅の上書き設定
751751 getcellwidths() 文字の幅の上書き設定値を取得する
752+ getcellpixels() 文字のセルのピクセルサイズを得る
752753 reverse() 文字列内の文字の順序を逆にする
753754 substitute() パターンにマッチする文字列を置換
754755 submatch() ":s" と substitute() の中で部分マッチを得る
@@ -1376,6 +1377,7 @@ Registers: *register-functions*
13761377 did_filetype() FileType自動コマンドが使用されたかどうか
13771378 diff() 2 つの文字列のリストの差分
13781379 eventhandler() イベントハンドラによって起動されたかどうか
1380+ getcellpixels() セルのピクセルサイズのリストを取得
13791381 getpid() Vim のプロセスIDを得る
13801382 getscriptinfo() 読み込んだ Vim script のリストを取得
13811383 getimstatus() IME のステータスがアクティブかをチェック
Original file line number Diff line number Diff line change 1- *usr_41.txt* For Vim version 9.1. Last change: 2024 Oct 05
1+ *usr_41.txt* For Vim version 9.1. Last change: 2024 Nov 11
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -778,6 +778,7 @@ String manipulation: *string-functions*
778778 strdisplaywidth() size of string when displayed, deals with tabs
779779 setcellwidths() set character cell width overrides
780780 getcellwidths() get character cell width overrides
781+ getcellpixels() get character cell pixel size
781782 reverse() reverse the order of characters in a string
782783 substitute() substitute a pattern match with a string
783784 submatch() get a specific match in ":s" and substitute()
@@ -1394,6 +1395,7 @@ Various: *various-functions*
13941395 did_filetype() check if a FileType autocommand was used
13951396 diff() diff two Lists of strings
13961397 eventhandler() check if invoked by an event handler
1398+ getcellpixels() get List of cell pixel size
13971399 getpid() get process ID of Vim
13981400 getscriptinfo() get list of sourced vim scripts
13991401 getimstatus() check if IME status is active
You can’t perform that action at this time.
0 commit comments