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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -749,6 +749,7 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
749
749
strdisplaywidth() 表示された文字列のサイズ、タブを扱う
750
750
setcellwidths() 文字の幅の上書き設定
751
751
getcellwidths() 文字の幅の上書き設定値を取得する
752
+ getcellpixels() 文字のセルのピクセルサイズを得る
752
753
reverse() 文字列内の文字の順序を逆にする
753
754
substitute() パターンにマッチする文字列を置換
754
755
submatch() ":s" と substitute() の中で部分マッチを得る
@@ -1376,6 +1377,7 @@ Registers: *register-functions*
1376
1377
did_filetype() FileType自動コマンドが使用されたかどうか
1377
1378
diff() 2 つの文字列のリストの差分
1378
1379
eventhandler() イベントハンドラによって起動されたかどうか
1380
+ getcellpixels() セルのピクセルサイズのリストを取得
1379
1381
getpid() Vim のプロセスIDを得る
1380
1382
getscriptinfo() 読み込んだ Vim script のリストを取得
1381
1383
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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -778,6 +778,7 @@ String manipulation: *string-functions*
778
778
strdisplaywidth() size of string when displayed, deals with tabs
779
779
setcellwidths() set character cell width overrides
780
780
getcellwidths() get character cell width overrides
781
+ getcellpixels() get character cell pixel size
781
782
reverse() reverse the order of characters in a string
782
783
substitute() substitute a pattern match with a string
783
784
submatch() get a specific match in ":s" and substitute()
@@ -1394,6 +1395,7 @@ Various: *various-functions*
1394
1395
did_filetype() check if a FileType autocommand was used
1395
1396
diff() diff two Lists of strings
1396
1397
eventhandler() check if invoked by an event handler
1398
+ getcellpixels() get List of cell pixel size
1397
1399
getpid() get process ID of Vim
1398
1400
getscriptinfo() get list of sourced vim scripts
1399
1401
getimstatus() check if IME status is active
You can’t perform that action at this time.
0 commit comments