commit | e6e3989c1b3f18907a0c305712b867e9a3821369 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 25 12:32:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 25 12:32:11 2018 +0200 |
tree | 4809dda0c07ac5d06047b9c474d6507cf1fa68b0 | |
parent | bf9679ae4684cb0c4e6ef2c24da0f83955d53e57 [diff] [blame] |
patch 8.1.0493: argv() and argc() only work on the current argument list Problem: argv() and argc() only work on the current argument list. Solution: Add a window ID argument. (Yegappan Lakshmanan, closes #832)
diff --git a/src/version.c b/src/version.c index 9283cc2..7900ee7 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 493, +/**/ 492, /**/ 491,