diff options
author | Gaelan Steele <gbs@canishe.com> | 2014-03-02 12:23:10 -0800 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-03 10:12:10 -0300 |
commit | bbf6442433b8fc350f461da1e7348e2e21a5d11a (patch) | |
tree | 1a413f6ecca057b8444ec4b86eeaa36b291a83c0 /src/misc1.h | |
parent | a21c8589efeb008679441ea8d153386ae95c1bec (diff) | |
download | rneovim-bbf6442433b8fc350f461da1e7348e2e21a5d11a.tar.gz rneovim-bbf6442433b8fc350f461da1e7348e2e21a5d11a.tar.bz2 rneovim-bbf6442433b8fc350f461da1e7348e2e21a5d11a.zip |
Move some of misc1.c to indent.c.
My little contribution to #209.
Diffstat (limited to 'src/misc1.h')
-rw-r--r-- | src/misc1.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/misc1.h b/src/misc1.h index a6af8e36aa..c86fcc91bd 100644 --- a/src/misc1.h +++ b/src/misc1.h @@ -1,12 +1,6 @@ #ifndef NEOVIM_MISC1_H #define NEOVIM_MISC1_H /* misc1.c */ -int get_indent(void); -int get_indent_lnum(linenr_T lnum); -int get_indent_buf(buf_T *buf, linenr_T lnum); -int get_indent_str(char_u *ptr, int ts); -int set_indent(int size, int flags); -int get_number_indent(linenr_T lnum); int open_line(int dir, int flags, int second_line_indent); int get_leader_len(char_u *line, char_u **flags, int backward, int include_space); |