]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2183: Vim9: value of 'edcompatible' and 'gdefault' are used v8.2.2183
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Dec 2020 19:32:43 +0000 (20:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Dec 2020 19:32:43 +0000 (20:32 +0100)
commit60f63100b9bc1d24b7b80c81f43cf2fc3da95987
tree6401024697d26e2af4ca7af7132de0c44f7dee4b
parentf4e2099e39ed4d71aed0f9a9579455aed5ec6cc2
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)
src/ex_cmds.c
src/testdir/test_vim9_cmd.vim
src/version.c