1
0
forked from aniani/vim

Update runtime files

This commit is contained in:
Bram Moolenaar
2019-06-22 02:13:00 +02:00
parent adc6714aac
commit 6c1e1570b1
14 changed files with 103 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
*eval.txt* For Vim version 8.1. Last change: 2019 Jun 17
*eval.txt* For Vim version 8.1. Last change: 2019 Jun 22
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -8902,7 +8902,7 @@ sound_playevent({name} [, {callback}])
argument is the status:
0 sound was played to the end
1 sound was interrupted
2 error occured after sound started
2 error occurred after sound started
Example: >
func Callback(id, status)
echomsg "sound " .. a:id .. " finished with " .. a:status