diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-08-24 18:30:14 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-08-24 18:30:14 +0100 |
commit | fd999452adaf529a30d78844b5fbee355943da29 (patch) | |
tree | 4b5f0def835557c60377288f5dd1a9d9cac7734f /runtime/doc/usr_41.txt | |
parent | 44b9abb150afdca557d8ff5af112d654e0d19e84 (diff) | |
download | vim-git-fd999452adaf529a30d78844b5fbee355943da29.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 4e210a65a..57cdb11e8 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -1349,7 +1349,7 @@ Various: *various-functions* did_filetype() check if a FileType autocommand was used eventhandler() check if invoked by an event handler getpid() get process ID of Vim - getscriptinfo() get list of sourced vim scripts + getscriptinfo() get list of sourced vim scripts getimstatus() check if IME status is active interrupt() interrupt script execution windowsversion() get MS-Windows version |