commit | 07ea5f1509fe8dafe3262ed2702b4d0fc99e288b | [log] [tgz] |
---|---|---|
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | Sat Aug 27 12:22:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 12:22:25 2022 +0100 |
tree | 1b409138b5a115619cb2852ece07194edca7ed51 | |
parent | 5ff595d9db2d9a33aa10cc9f18f256826226862f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2e48687..6b4bdfa 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 285, +/**/ 284, /**/ 283,