]> granicus.if.org Git - vim/commit
patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not useful v8.2.4136
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Jan 2022 16:26:24 +0000 (16:26 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Jan 2022 16:26:24 +0000 (16:26 +0000)
commitfd218c8a36e7ed33f7a205163690c5b7d2f31f8a
treedafd764852a4620a875df01494dc9d3199b6da3f
parent6079da7cfb10c798535224c92db7fedd3914cb71
patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not useful

Problem:    Vim9: the "autoload" argument of ":vim9script" is not useful.
Solution:   Remove the argument. (closes #9555)
runtime/doc/repeat.txt
runtime/doc/vim9.txt
src/errors.h
src/testdir/test_vim9_import.vim
src/version.c
src/vim9script.c