diff options
Diffstat (limited to 'src/autocmd.c')
-rw-r--r-- | src/autocmd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/autocmd.c b/src/autocmd.c index 860a92f..4f4aa5f 100644 --- a/src/autocmd.c +++ b/src/autocmd.c @@ -275,10 +275,6 @@ gboolean autocmd_run(Client *c, AuEvent event, const char *uri, const char *grou if (uri && !util_wildmatch(cmd->pattern, uri)) { continue; } - /* run the command */ - /* TODO shoult the result be tested for RESULT_COMPLETE? */ - /* run command and make sure it's not writte to command history */ - ex_run_string(c, cmd->excmd, false); } } |