diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-31 13:48:09 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-31 13:48:09 +0100 |
commit | 4b47162ccede0b6d9cbb9473ad870220a24fbf54 (patch) | |
tree | ce99699b4391edf919bc8a849653516f231d3ef7 /Filelist | |
parent | bbb5f8d4c2cbc5f48556008875f57cbe7fc4ac6c (diff) | |
download | vim-git-4b47162ccede0b6d9cbb9473ad870220a24fbf54.tar.gz |
patch 8.1.0857: indent functionality is not separatedv8.1.0857
Problem: Ignore functionality is not separated.
Solution: Move indent functionality into a new file. (Yegappan Lakshmanan,
closes #3886)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,7 @@ SRC_ALL = \ src/gui_beval.c \ src/hardcopy.c \ src/hashtab.c \ + src/indent.c \ src/json.c \ src/json_test.c \ src/kword_test.c \ @@ -175,6 +176,7 @@ SRC_ALL = \ src/proto/gui_beval.pro \ src/proto/hardcopy.pro \ src/proto/hashtab.pro \ + src/proto/indent.pro \ src/proto/json.pro \ src/proto/list.pro \ src/proto/main.pro \ |