commit | 0a1a6a1aa4004d0e4d64cc375540156b8bd92a87 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 14:14:18 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 14:14:18 2021 +0100 |
tree | 364d968e8787cca6655bb93e9b048486cc1236b0 | |
parent | ff871400461183010d3ab98f3f326e4bb75e221b [diff] [blame] |
patch 8.2.2655: The -w command line argument doesn't work Problem: The -w command line argument doesn't work. Solution: Don't set 'window' when set with the -w argument. (closes #8011)
diff --git a/src/version.c b/src/version.c index 5e177f0..4cf2c0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2655, +/**/ 2654, /**/ 2653,