Free values in echo() by default.
[vimprobable2.git] / utilities.h
blobe3f741f4758b6bf5f441f64d66a477600120bdd9
1 /*
2 (c) 2009 by Leon Winter
3 (c) 2009, 2010 by Hannes Schueller
4 (c) 2009, 2010 by Matto Fransen
5 (c) 2010 by Hans-Peter Deifel
6 (c) 2010 by Thomas Adams
7 see LICENSE file
8 */
10 /* config file */
11 #define RCFILE "%s/.config/vimprobable/vimprobablerc", getenv("HOME")
13 /* max entries in command history */
14 #define COMMANDHISTSIZE 50
16 gboolean read_rcfile(const char *config);
17 void save_command_history(char *line);
18 gboolean process_save_qmark(const char *bm, WebKitWebView *webview);
19 void make_keyslist(void);
20 gboolean parse_colour(char *color);
21 gboolean mappings(const Arg *arg);
22 gboolean process_mapping(char * keystring, int maprecord);
23 gboolean process_map_line(char *line);
24 gboolean changemapping(Key * search_key, int maprecord);
25 gboolean mappings(const Arg *arg);
26 gboolean build_taglist(const Arg *arg, FILE *f);
27 void set_error(const char *error);
28 void give_feedback(const char *feedback);