File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *usr_41.txt* For Vim バージョン 8.1. Last change: 2019 Sep 23
1
+ *usr_41.txt* For Vim バージョン 8.1. Last change: 2019 Nov 21
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -774,6 +774,7 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
774
774
getftime() ファイルの最終更新日時を得る
775
775
localtime() 現在時刻を秒単位で得る
776
776
strftime() 時刻を文字列に変換する
777
+ strptime() 日付/時刻の文字列を時刻に変換する
777
778
reltime() 現在時刻または経過時間を正確に取得する
778
779
reltimestr() reltime()の結果を文字列に変換する
779
780
reltimefloat() reltime()の結果を浮動小数点に変換する
@@ -881,6 +882,7 @@ Quickfixとlocationリスト: *quickfix-functions*
881
882
confirm() ユーザーに選択をさせる
882
883
getchar() ユーザーが入力した文字を得る
883
884
getcharmod() 最後に入力した文字の修飾子(modifier)を得る
885
+ getmousepos() 最後に取得したマウスの位置を得る
884
886
feedkeys() 先行入力キューに文字を入れる
885
887
input() ユーザーが入力した行を得る
886
888
inputlist() ユーザーにリストから項目を選択させる
Original file line number Diff line number Diff line change 1
- *usr_41.txt* For Vim version 8.1. Last change: 2019 Sep 23
1
+ *usr_41.txt* For Vim version 8.1. Last change: 2019 Nov 21
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -796,6 +796,7 @@ Date and Time: *date-functions* *time-functions*
796
796
getftime() get last modification time of a file
797
797
localtime() get current time in seconds
798
798
strftime() convert time to a string
799
+ strptime() convert a date/time string to time
799
800
reltime() get the current or elapsed time accurately
800
801
reltimestr() convert reltime() result to a string
801
802
reltimefloat() convert reltime() result to a Float
@@ -903,6 +904,7 @@ Interactive: *interactive-functions*
903
904
confirm() let the user make a choice
904
905
getchar() get a character from the user
905
906
getcharmod() get modifiers for the last typed character
907
+ getmousepos() get last known mouse position
906
908
feedkeys() put characters in the typeahead queue
907
909
input() get a line from the user
908
910
inputlist() let the user pick an entry from a list
You can’t perform that action at this time.
0 commit comments