Skip to content

Commit

Permalink
travis is not smart about upper/lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Oct 14, 2016
1 parent 7f8ff39 commit 73511a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/history/historyTracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import * as _ from "lodash";

import { Position } from './../motion/position';
import { TextEditor } from './../textEditor';
import { RecordedState } from './../mode/ModeHandler';
import { RecordedState } from './../mode/modeHandler';

import DiffMatchPatch = require("diff-match-patch");

Expand Down

0 comments on commit 73511a2

Please sign in to comment.