Skip to content
This repository was archived by the owner on Apr 6, 2018. It is now read-only.

Commit 924f680

Browse files
committed
fix #2
1 parent 41634e6 commit 924f680

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/vim-state-spec.coffee

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ describe "VimState", ->
146146
describe "with content", ->
147147
beforeEach -> editor.setText("012345\n\nabcdef")
148148

149-
# FIXME: See atom/vim-mode#2
150-
xdescribe "on a line with content", ->
149+
describe "on a line with content", ->
151150
beforeEach -> editor.setCursorScreenPosition([0, 6])
152151

153152
it "does not allow the cursor to be placed on the \n character", ->

0 commit comments

Comments
 (0)