diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 286540b3cb..d1b305c39d 100644 --- a/src/main.h +++ b/src/main.h @@ -14,5 +14,5 @@ void time_msg(char *mesg, void *tv_start); void server_to_input_buf(char_u *str); char_u *eval_client_expr_to_string(char_u *expr); char_u *serverConvert(char_u *client_enc, char_u *data, char_u **tofree); -/* vim: set ft=c : */ + #endif /* NEOVIM_MAIN_H */ |