diff options
author | John <john.schmidt.h@gmail.com> | 2014-03-13 11:32:27 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-14 21:19:46 -0300 |
commit | 7c51374a82a3ccf6db50051dab8f0a6d5ab58772 (patch) | |
tree | 3a2fffc0754beab56427bf33bd984fd032754d82 /src/buffer.c | |
parent | d012255ee1160527d6e406aede317cbb8d1f5730 (diff) | |
download | rneovim-7c51374a82a3ccf6db50051dab8f0a6d5ab58772.tar.gz rneovim-7c51374a82a3ccf6db50051dab8f0a6d5ab58772.tar.bz2 rneovim-7c51374a82a3ccf6db50051dab8f0a6d5ab58772.zip |
Extract indent_c.c from misc1.c
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index af16d7580a..3115271370 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -40,6 +40,7 @@ #include "fold.h" #include "getchar.h" #include "hashtab.h" +#include "indent_c.h" #include "main.h" #include "mark.h" #include "mbyte.h" |