commit | 89b693e5627715cde080c3580c7b641c9bf0c06a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 25 17:09:50 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 25 17:09:50 2020 +0100 |
tree | ea55eb7287428a2c3e6246c9a12c14d2306e7ec5 | |
parent | 37e4e03c67dacfc4a065e95492ffc4c7f490b44b [diff] [blame] |
patch 8.2.1904: still using default option values after using ":badd +1" Problem: Still using default option values after using ":badd +1". Solution: Find a window where options were set. Don't set the window when using ":badd".
diff --git a/src/version.c b/src/version.c index 9725e9a..2d36060 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1904, +/**/ 1903, /**/ 1902,