Skip to content

Commit 74e0912

Browse files
authored
Merge pull request #1436 from vim-jp/hh-update-usr_41
Update usr_41.{txt,jax}
2 parents 9e46b61 + 52b7651 commit 74e0912

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/usr_41.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Jan 13
1+
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Feb 01
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -1352,6 +1352,7 @@ Registers: *register-functions*
13521352
changenr() 最近の変更番号を返す
13531353
cscope_connection() cscope接続をチェック
13541354
did_filetype() FileType自動コマンドが使用されたかどうか
1355+
diff() 2 つの文字列のリストの差分
13551356
eventhandler() イベントハンドラによって起動されたかどうか
13561357
getpid() Vim のプロセスIDを得る
13571358
getscriptinfo() 読み込んだ Vim script のリストを取得

en/usr_41.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim version 9.1. Last change: 2024 Jan 13
1+
*usr_41.txt* For Vim version 9.1. Last change: 2024 Feb 01
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -1368,6 +1368,7 @@ Various: *various-functions*
13681368
changenr() return number of most recent change
13691369
cscope_connection() check if a cscope connection exists
13701370
did_filetype() check if a FileType autocommand was used
1371+
diff() diff two Lists of strings
13711372
eventhandler() check if invoked by an event handler
13721373
getpid() get process ID of Vim
13731374
getscriptinfo() get list of sourced vim scripts

0 commit comments

Comments
 (0)