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?
Note that it already just called Buffer::dispatch(). That will still get
called, just through a different mechanism.
i see now...
Yes, sorry, I'd forgotten.
How the question is: What other LFUNs only need a Buffer, not a
BufferView? These could then be called from the command line.
rh