mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 20:48:32 +00:00
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
This commit is contained in:

committed by
Thiago de Arruda

parent
8a6118ccac
commit
baab238271
@@ -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
|
||||
|
Reference in New Issue
Block a user