summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorNicolas Rachinsky <nr@rachinsky.de>2003-07-04 17:07:22 +0000
committerNicolas Rachinsky <nr@rachinsky.de>2003-07-04 17:07:22 +0000
commitbbcf9f0a71ea7dbc835e1abff85fed1d44f3f24c (patch)
tree70e183054d559b0b51e5285425d4b7881975334a /functions.h
parent6e9a7885b6de6d567c2b3b68421877dd731f81f3 (diff)
Introduce tag-prefix-cond and end-cond. This makes simple
conditional execution of parts of macros possible.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index 94791f21..a3021126 100644
--- a/functions.h
+++ b/functions.h
@@ -51,6 +51,8 @@ struct binding_t OpGeneric[] = {
{ "half-down", OP_HALF_DOWN, "]" },
{ "help", OP_HELP, "?" },
{ "tag-prefix", OP_TAG_PREFIX, ";" },
+ { "tag-prefix-cond", OP_TAG_PREFIX_COND, NULL },
+ { "end-cond", OP_END_COND, NULL },
{ "shell-escape", OP_SHELL_ESCAPE, "!" },
{ "select-entry", OP_GENERIC_SELECT_ENTRY,M_ENTER_S },
{ "search", OP_SEARCH, "/" },