Comment: buffer-forall should be run synchronously

As of 8be51425, "buffer-forall" joins "command-sequence" and
"repeat" in this category of LFUNs.
This commit is contained in:
Scott Kostyshak 2018-04-21 23:05:21 -04:00
parent 8be514258f
commit dc404b19a5

View File

@ -122,7 +122,7 @@ private:
/// ///
KeyModifier modifier_; KeyModifier modifier_;
/// Commands should be run synchronously when they /// 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_; bool allow_async_;
}; };