aboutsummaryrefslogtreecommitdiff
path: root/src/diff.h
diff options
context:
space:
mode:
authorDavid Z. Chen <david.z.chen@outlook.com>2014-03-10 03:48:12 -0700
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-16 12:00:41 -0300
commitbaab23827194175e811cfaccd287e9438f1d1b6d (patch)
tree72d3d35fc2680149fdbcc32a9d068e6a7c821354 /src/diff.h
parent8a6118ccaced623b9e6d854e3a41fbd9d6fc68df (diff)
downloadrneovim-baab23827194175e811cfaccd287e9438f1d1b6d.tar.gz
rneovim-baab23827194175e811cfaccd287e9438f1d1b6d.tar.bz2
rneovim-baab23827194175e811cfaccd287e9438f1d1b6d.zip
Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h
Diffstat (limited to 'src/diff.h')
-rw-r--r--src/diff.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/diff.h b/src/diff.h
index 2f51fafbb2..61da3c6190 100644
--- a/src/diff.h
+++ b/src/diff.h
@@ -1,6 +1,6 @@
#ifndef NEOVIM_DIFF_H
#define NEOVIM_DIFF_H
-/* diff.c */
+
void diff_buf_delete(buf_T *buf);
void diff_buf_adjust(win_T *win);
void diff_buf_add(buf_T *buf);
@@ -29,5 +29,6 @@ linenr_T diff_get_corresponding_line(buf_T *buf1, linenr_T lnum1,
buf_T *buf2,
linenr_T lnum3);
linenr_T diff_lnum_win(linenr_T lnum, win_T *wp);
-/* vim: set ft=c : */
-#endif /* NEOVIM_DIFF_H */
+
+// vim: set ft=c:
+#endif // NEOVIM_DIFF_H