]> granicus.if.org Git - vim/commit
patch 9.0.0473: fullcommand() only works for the current script version v9.0.0473
authorBram Moolenaar <Bram@vim.org>
Thu, 15 Sep 2022 20:46:02 +0000 (21:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Sep 2022 20:46:02 +0000 (21:46 +0100)
commitaa5341477c9f3840d63f709de3b9e5d0266f93d7
treeed3a40bb10ad93bbf009e33ee6af623f409f3713
parenta4abe514ecd9b7a038feed89f48476809775c80f
patch 9.0.0473: fullcommand() only works for the current script version

Problem:    fullcommand() only works for the current script version.
Solution:   Add an optional argument for the script version.
runtime/doc/builtin.txt
src/ex_docmd.c
src/testdir/test_cmdline.vim
src/testdir/test_vim9_builtin.vim
src/version.c