commit | ad4187e6fc9c8e1083a172852d958a70a689a75c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 06 21:45:20 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 06 21:45:20 2017 +0100 |
tree | 736a322ad7ec9ebab3169439e8b7a7649dad0d94 | |
parent | 300af82eca3dd5fec6be5516f16c9fd344ae104b [diff] |
patch 8.0.0427: 'makeencoding' missing from the options window Problem: 'makeencoding' missing from the options window. Solution: Add the entry.
diff --git a/src/version.c b/src/version.c index 5aea071..962f5b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 427, +/**/ 426, /**/ 425,