Pavel Sanda wrote:
Note that it already just called Buffer::dispatch(). That will still get called, just through a different mechanism.Richard Heck wrote:Pavel Sanda wrote:Richard Heck wrote:@@ -1499,14 +1487,6 @@ break; } - case LFUN_BRANCH_ACTIVATE: - case LFUN_BRANCH_DEACTIVATE: - if (cmd.argument().empty()) - return false; - buffer_.dispatch(cmd); - processUpdateFlags(Update::Force); - break; -is it ok this code completely disappeared?
rh