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:
David Z. Chen
2014-03-10 03:48:12 -07:00
committed by Thiago de Arruda
parent 8a6118ccac
commit baab238271
23 changed files with 5929 additions and 5251 deletions

View File

@@ -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