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_; };