]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2069 v7.4.2069
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jul 2016 14:39:08 +0000 (16:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jul 2016 14:39:08 +0000 (16:39 +0200)
commit9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
treeaee99b38cd4bff964f513ef16d182d0b5d3fe79a
parentb9644433d2728e99fab874e5e33147ad95d23a31
patch 7.4.2069
Problem:    spell.c is too big.
Solution:   Split it in spell file handling and spell checking.
17 files changed:
Filelist
src/Make_bc5.mak
src/Make_cyg_ming.mak
src/Make_dice.mak
src/Make_ivc.mak
src/Make_manx.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_sas.mak
src/Makefile
src/proto.h
src/proto/spell.pro
src/proto/spellfile.pro [new file with mode: 0644]
src/spell.c
src/spell.h [new file with mode: 0644]
src/spellfile.c [new file with mode: 0644]
src/version.c