]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1966: some code in options.c fits better elsewhere v8.1.1966
authorBram Moolenaar <Bram@vim.org>
Mon, 2 Sep 2019 20:31:11 +0000 (22:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 2 Sep 2019 20:31:11 +0000 (22:31 +0200)
commite677df8d93772a705f40a94f3c871aee78fe4d99
tree918556233748a58fbdcaf94d0416d6dcd0449b39
parent359ad1a6f92d0d3b4b942ea003fb02dc57bbfc9e
patch 8.1.1966: some code in options.c fits better elsewhere

Problem:    Some code in options.c fits better elsewhere.
Solution:   Move functions from options.c to other files. (Yegappan
            Lakshmanan, closes #4889)
16 files changed:
src/evalfunc.c
src/globals.h
src/indent.c
src/map.c
src/option.c
src/proto/map.pro
src/proto/option.pro
src/proto/quickfix.pro
src/proto/screen.pro
src/proto/spell.pro
src/proto/window.pro
src/quickfix.c
src/screen.c
src/spell.c
src/version.c
src/window.c