Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Jun 22, 2017
1 parent fd47a8d commit 84e2686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion XSVim/XSVim.fs
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,6 @@ module Vim =
| ["<C-u>"] -> Some HalfPageUp
| ["<C-f>"] -> Some PageDown
| ["<C-b>"] -> Some PageUp
| "/" :: t when not (List.isEmpty t) && t |> List.last = "<ret>" -> Some (ToSearch "123")
| ["n"] -> Some SearchAgain
| ["N"] -> Some SearchAgainBackwards
| _ -> None
Expand Down

0 comments on commit 84e2686

Please sign in to comment.