File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -1352,6 +1352,7 @@ Registers: *register-functions*
1352
1352
changenr() 最近の変更番号を返す
1353
1353
cscope_connection() cscope接続をチェック
1354
1354
did_filetype() FileType自動コマンドが使用されたかどうか
1355
+ diff() 2 つの文字列のリストの差分
1355
1356
eventhandler() イベントハンドラによって起動されたかどうか
1356
1357
getpid() Vim のプロセスIDを得る
1357
1358
getscriptinfo() 読み込んだ Vim script のリストを取得
Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -1368,6 +1368,7 @@ Various: *various-functions*
1368
1368
changenr() return number of most recent change
1369
1369
cscope_connection() check if a cscope connection exists
1370
1370
did_filetype() check if a FileType autocommand was used
1371
+ diff() diff two Lists of strings
1371
1372
eventhandler() check if invoked by an event handler
1372
1373
getpid() get process ID of Vim
1373
1374
getscriptinfo() get list of sourced vim scripts
You can’t perform that action at this time.
0 commit comments