diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/parser.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 98df598..3c991fc 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -1863,7 +1863,8 @@ StateECommand::custom(gchar chr) * Without any argument ED returns the current flags. * * Currently, the following flags are used by \*(ST: - * - 32: Enable/Disable executing register \(lq0\(rq hooks + * - 32: Enable/Disable buffer editing hooks + * (via execution of macro in global Q-Register \(lqED\(rq) * - 64: Enable/Disable function key macros * - 128: Enable/Disable enforcement of UNIX98 * \(lq/bin/sh\(rq emulation for operating system command |