comparison runtime/doc/repeat.txt @ 16267:b471858040bc

Update runtime files. commit https://github.com/vim/vim/commit/62e1bb4a111e7ce570c30965f40a68a07a9da5b0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 8 16:25:07 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Apr 2019 16:30:06 +0200
parents abb67309c1ca
children 0e473e9e70c2
comparison
equal deleted inserted replaced
16266:a904f7ffa001 16267:b471858040bc
1 *repeat.txt* For Vim version 8.1. Last change: 2019 Apr 04 1 *repeat.txt* For Vim version 8.1. Last change: 2019 Apr 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
325 < 325 <
326 {not in Vi} 326 {not in Vi}
327 327
328 :scriptv[ersion] {version} *:scriptv* *:scriptversion* 328 :scriptv[ersion] {version} *:scriptv* *:scriptversion*
329 *E999* *E984* 329 *E999* *E984*
330 Specify the version of Vim for the lines that follow. 330 Specify the version of Vim for the lines that follow
331 Does not apply to sourced scripts. 331 in the same file. Only applies at the toplevel of
332 sourced scripts, not inside functions.
332 333
333 If {version} is higher than what the current Vim 334 If {version} is higher than what the current Vim
334 version supports E999 will be given. You either need 335 version supports E999 will be given. You either need
335 to rewrite the script to make it work with an older 336 to rewrite the script to make it work with an older
336 Vim version, or update Vim to a newer version. See 337 Vim version, or update Vim to a newer version. See