Alex Brausewetter

Results 3 issues of Alex Brausewetter

Calling `:s/$/;/g` causes an infinite loop in `XVimSearch`. ``` [Trace] -[XVimSearch replaceForwardFrom:to:inWindow:] 407: x [Debug]-[NSTextView(VimOperation) xvim_syncStateFromView] 1392: Selected Range(TotalLen:9867): Loc:1865 Len:0 [Trace] -[NSTextView(VimOperation) setPreservedColumn:] 116: 1440 [Debug]-[NSTextView(VimOperationPrivate) xvim_moveCursor:preserveColumn:] 1436: New...

This PR adds Benchmark scripts to measure performance of different mechanisms for decoding binary data to integers. Each method has a comment explaining the implementation and its effect. ``` java...

Return the Promise of each executeCommand() call to PromiseSeries, so that commands are executed in sequence, not in parallel.