From dc404b19a5473c4010e9b8aa60189ea42a4ca3db Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 21 Apr 2018 23:05:21 -0400 Subject: [PATCH] Comment: buffer-forall should be run synchronously As of 8be51425, "buffer-forall" joins "command-sequence" and "repeat" in this category of LFUNs. --- src/FuncRequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FuncRequest.h b/src/FuncRequest.h index 35fff68159..42829ae8de 100644 --- a/src/FuncRequest.h +++ b/src/FuncRequest.h @@ -122,7 +122,7 @@ private: /// KeyModifier modifier_; /// Commands should be run synchronously when they - /// are launched via "command-sequence" or "repeat" + /// are launched via "command-sequence" or "repeat" or "buffer-forall" bool allow_async_; }; -- 2.39.5