mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08: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_VERSION_H
|
||||
#define NEOVIM_VERSION_H
|
||||
/* version.c */
|
||||
|
||||
void make_version(void);
|
||||
int highest_patch(void);
|
||||
int has_patch(int n);
|
||||
@@ -9,5 +9,6 @@ void list_version(void);
|
||||
void maybe_intro_message(void);
|
||||
void intro_message(int colon);
|
||||
void ex_intro(exarg_T *eap);
|
||||
/* vim: set ft=c : */
|
||||
#endif /* NEOVIM_VERSION_H */
|
||||
|
||||
// vim: set ft=c:
|
||||
#endif // NEOVIM_VERSION_H
|
||||
|
Reference in New Issue
Block a user