dunst/menu.h
Nikos Tsipinakis 7e58e5c64c Add expandtab to vim modelines & expand abbreviations
Add expandtab to vim modelines so that spaces are expanded to tabs, make
life easier for people that have vim configured to use tabs by default.

Expand modeline abbreviations to improve readability.
2016-11-17 20:27:46 +02:00

11 lines
337 B
C

/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
#include "dunst.h"
#include <regex.h>
char *extract_urls(const char *to_match);
void open_browser(const char *url);
void invoke_action(const char *action);
void regex_teardown(void);
/* vim: set tabstop=8 shiftwidth=8 expandtab textwidth=0: */