commit | 69bf634858a2a75f2984e42b1e4017bc529a040a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 29 04:16:57 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 29 04:16:57 2019 +0100 |
tree | 1584b32f67463ec2b31ac858e5ada499a34967af | |
parent | 8b530c1ff91f07cf6b0289a536992b7dfbc86598 [diff] [blame] |
patch 8.1.2233: cannot get the Vim command line arguments Problem: Cannot get the Vim command line arguments. Solution: Add v:argv. (Dmitri Vereshchagin, closes #1322)
diff --git a/src/version.c b/src/version.c index 99f1570..0e92901 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,10 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2233, +/**/ + 2232, +/**/ 2231, /**/ 2230,