Commit Diff


commit - 47f9af782fce9aaf472c3d624094a58cac24c267
commit + a4921f5ddeba675743e95a1b2e55b5e1c85242ca
blob - b479a930f7959a6047d0fa987c10bde159356ce7
blob + af94b71da5a93fc47cf93716d01eb1a2e7113e03
--- ui.h
+++ ui.h
@@ -120,9 +120,9 @@ extern int		 help_lines, help_cols;
 void		 save_excursion(struct excursion *, struct buffer *);
 void		 restore_excursion(struct excursion *, struct buffer *);
 void		 global_key_unbound(void);
+struct buffer	*current_buffer(void);
 struct vline	*adjust_line(struct vline *, struct buffer *);
 void		 start_loading_anim(struct tab *);
-struct buffer	*current_buffer(void);
 
 int		 ui_print_colors(void);
 int		 ui_init(void);