]> granicus.if.org Git - vim/commit
patch 8.1.0857: indent functionality is not separated v8.1.0857
authorBram Moolenaar <Bram@vim.org>
Thu, 31 Jan 2019 12:48:09 +0000 (13:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Jan 2019 12:48:09 +0000 (13:48 +0100)
commit4b47162ccede0b6d9cbb9473ad870220a24fbf54
treece99699b4391edf919bc8a849653516f231d3ef7
parentbbb5f8d4c2cbc5f48556008875f57cbe7fc4ac6c
patch 8.1.0857: indent functionality is not separated

Problem:    Ignore functionality is not separated.
Solution:   Move indent functionality into a new file. (Yegappan Lakshmanan,
            closes #3886)
19 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/Make_vms.mms
src/Makefile
src/edit.c
src/indent.c [new file with mode: 0644]
src/misc1.c
src/proto.h
src/proto/edit.pro
src/proto/indent.pro [new file with mode: 0644]
src/proto/misc1.pro
src/version.c