]> granicus.if.org Git - vim/commit
patch 9.0.0285: it is not easy to change the command line from a plugin v9.0.0285
authorShougo Matsushita <Shougo.Matsu@gmail.com>
Sat, 27 Aug 2022 11:22:25 +0000 (12:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Aug 2022 11:22:25 +0000 (12:22 +0100)
commit07ea5f1509fe8dafe3262ed2702b4d0fc99e288b
tree1b409138b5a115619cb2852ece07194edca7ed51
parent5ff595d9db2d9a33aa10cc9f18f256826226862f
patch 9.0.0285: it is not easy to change the command line from a plugin

Problem:    It is not easy to change the command line from a plugin.
Solution:   Add setcmdline(). (Shougo Matsushita, closes #10869)
runtime/doc/builtin.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/ex_getln.c
src/proto/ex_getln.pro
src/testdir/test_cmdline.vim
src/testdir/test_vim9_builtin.vim
src/version.c