]> granicus.if.org Git - vim/commit
patch 8.1.0540: may evaluate insecure value when appending to option v8.1.0540
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Nov 2018 13:27:07 +0000 (14:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Nov 2018 13:27:07 +0000 (14:27 +0100)
commit247bb7e43b47eb8407a1111bed60b61aceda52ad
tree1808cdecd35033ae10e6b48f66122cf5c42d5486
parent82e8c92ebef5afcac0c0fdb706ff163f9b3366f7
patch 8.1.0540: may evaluate insecure value when appending to option

Problem:    May evaluate insecure value when appending to option.
Solution:   Set the secure flag when changing an option that was previously
            set insecurely.  Also allow numbers for the characters from
            'spelllang' that are used for LANG.vim.
src/option.c
src/version.c