Skip to content

Commit 5610740

Browse files
authored
Merge pull request #739 from kazukazuinaina/update_usr_41.txt
update usr_41.{txt,jax}
2 parents eb72a1f + 11169cd commit 5610740

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/usr_41.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -774,6 +774,7 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
774774
getftime() ファイルの最終更新日時を得る
775775
localtime() 現在時刻を秒単位で得る
776776
strftime() 時刻を文字列に変換する
777+
strptime() 日付/時刻の文字列を時刻に変換する
777778
reltime() 現在時刻または経過時間を正確に取得する
778779
reltimestr() reltime()の結果を文字列に変換する
779780
reltimefloat() reltime()の結果を浮動小数点に変換する
@@ -881,6 +882,7 @@ Quickfixとlocationリスト: *quickfix-functions*
881882
confirm() ユーザーに選択をさせる
882883
getchar() ユーザーが入力した文字を得る
883884
getcharmod() 最後に入力した文字の修飾子(modifier)を得る
885+
getmousepos() 最後に取得したマウスの位置を得る
884886
feedkeys() 先行入力キューに文字を入れる
885887
input() ユーザーが入力した行を得る
886888
inputlist() ユーザーにリストから項目を選択させる

en/usr_41.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -796,6 +796,7 @@ Date and Time: *date-functions* *time-functions*
796796
getftime() get last modification time of a file
797797
localtime() get current time in seconds
798798
strftime() convert time to a string
799+
strptime() convert a date/time string to time
799800
reltime() get the current or elapsed time accurately
800801
reltimestr() convert reltime() result to a string
801802
reltimefloat() convert reltime() result to a Float
@@ -903,6 +904,7 @@ Interactive: *interactive-functions*
903904
confirm() let the user make a choice
904905
getchar() get a character from the user
905906
getcharmod() get modifiers for the last typed character
907+
getmousepos() get last known mouse position
906908
feedkeys() put characters in the typeahead queue
907909
input() get a line from the user
908910
inputlist() let the user pick an entry from a list

0 commit comments

Comments
 (0)