diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-05-09 19:50:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-05-09 19:50:35 +0100 |
commit | 921bde88804663a7cb825d7f7e8a5d8ae6b58650 (patch) | |
tree | 62585af76ea59d97218b2161cdf9ae2c466b9587 /runtime/doc/usr_41.txt | |
parent | 2ac037f54bb2588b7a86e61c9c6e9504884edbec (diff) | |
download | vim-git-921bde88804663a7cb825d7f7e8a5d8ae6b58650.tar.gz |
Update runtime files, translations
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 1102f7e1a..eca2d06b4 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim version 8.2. Last change: 2022 Apr 25 +*usr_41.txt* For Vim version 8.2. Last change: 2022 May 09 VIM USER MANUAL - by Bram Moolenaar @@ -2570,6 +2570,7 @@ Type `:next` to go to the next plugin file. There are two special items about these files. First is a mechanism to allow a user to overrule or add to the default file. The default files start with: > + vim9script if exists("g:current_compiler") finish endif |