Jason Imison
Jason Imison
``` ERROR [2019-07-02 15:50:45Z]: System.NullReferenceException: Object reference not set to an instance of an object at MonoDevelop.SourceEditor.SourceEditorView.MonoDevelop.Ide.Editor.ITextEditorImpl.RemoveMarker (MonoDevelop.Ide.Editor.ITextSegmentMarker marker) [0x00015] in /Users/vsts/agent/2.153.2/work/1/s/monodevelop/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorView.cs:2835 at MonoDevelop.Ide.Editor.TextEditor.RemoveMarker (MonoDevelop.Ide.Editor.ITextSegmentMarker marker) [0x00013] in /Users/vsts/agent/2.153.2/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Editor/TextEditor.cs:766 at...
As right now, it's a little confusing if you make a selection outside of XSVim and things don't work.
Here I am using j/k to move up and down. The desired column calculation should be using virtual indentation (tabs converted to spaces) 
.. to support search forwards and backwards but not for exact word match, i.e. also matches substrings
It works already in solution pad and test pad, but would be useful to have this working in other pads too, especially the error list and search results
I noticed that linting and colorization are supported by fsautocomplete. Do you want PRs for these?