Skip to content

Commit

Permalink
Merge pull request #1827 from h-east/update-usr_41
Browse files Browse the repository at this point in the history
Update usr_41.{txt,jax}
  • Loading branch information
h-east authored Nov 17, 2024
2 parents 193f987 + 7994c0d commit 507375f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/usr_41.jax
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -749,6 +749,7 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
strdisplaywidth() 表示された文字列のサイズ、タブを扱う
setcellwidths() 文字の幅の上書き設定
getcellwidths() 文字の幅の上書き設定値を取得する
getcellpixels() 文字のセルのピクセルサイズを得る
reverse() 文字列内の文字の順序を逆にする
substitute() パターンにマッチする文字列を置換
submatch() ":s" と substitute() の中で部分マッチを得る
Expand Down Expand Up @@ -1376,6 +1377,7 @@ Registers: *register-functions*
did_filetype() FileType自動コマンドが使用されたかどうか
diff() 2 つの文字列のリストの差分
eventhandler() イベントハンドラによって起動されたかどうか
getcellpixels() セルのピクセルサイズのリストを取得
getpid() Vim のプロセスIDを得る
getscriptinfo() 読み込んだ Vim script のリストを取得
getimstatus() IME のステータスがアクティブかをチェック
Expand Down
4 changes: 3 additions & 1 deletion en/usr_41.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 507375f

Please sign in to comment.