commit | 60f63100b9bc1d24b7b80c81f43cf2fc3da95987 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 20:32:43 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 20:32:43 2020 +0100 |
tree | 6401024697d26e2af4ca7af7132de0c44f7dee4b | |
parent | f4e2099e39ed4d71aed0f9a9579455aed5ec6cc2 [diff] [blame] |
patch 8.2.2183: Vim9: value of 'edcompatible' and 'gdefault' are used Problem: Vim9: value of 'edcompatible' and 'gdefault' are used. Solution: Ignore these deprecated options in Vim9 script. (closes #7508)
diff --git a/src/version.c b/src/version.c index 41040af..bebfa11 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2183, +/**/ 2182, /**/ 2181,