Skip to content

Commit

Permalink
Delete commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed May 25, 2018
1 parent 449dbbb commit 44d733e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions XSVim/XSVim.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1506,14 +1506,6 @@ module Vim =
| NormalMode, [ "r"; "<ret>" ] -> [ run (ReplaceChar "\n" ) Nothing ]
| NormalMode, [ "r"; c ] -> [ run (ReplaceChar c) Nothing ]
| NormalMode, [ "m"; c ] -> [ run (SetMark c) Nothing ]
//| NotInsertMode, [ "`"; c] ->
//match markDict.TryGetValue c with
//| true, mark -> [ runOnce Move (Jump (ToMark mark))]
//| _ -> [ run ResetKeys Nothing]
//| NotInsertMode, [ "'"; c] ->
//match markDict.TryGetValue c with
//| true, mark -> [ runOnce Move (Jump (ToMark mark)); runOnce Move FirstNonWhitespace ]
//| _ -> [ run ResetKeys Nothing]
| NotInsertMode, [ Action action; FindChar m; c ] -> [ run action (m c) ]
| NotInsertMode, [ Action action; "i"; BlockDelimiter c ] -> [ run action (InnerBlock c) ]
| NotInsertMode, [ Action action; "a"; BlockDelimiter c ] -> [ run action (ABlock c) ]
Expand Down

0 comments on commit 44d733e

Please sign in to comment.