示例#1
0
        private static MotionResult CreateMotionResult()
        {
            var point = MockObjectFactory.CreateSnapshotPoint(42);

            return(VimUtil.CreateMotionResult(
                       new SnapshotSpan(point, point),
                       true,
                       MotionKind.CharacterWiseInclusive));
        }