diff options
Diffstat (limited to 'bin/main.ml')
-rw-r--r-- | bin/main.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/main.ml b/bin/main.ml index 75328c9..932c452 100644 --- a/bin/main.ml +++ b/bin/main.ml | |||
@@ -4,5 +4,5 @@ let () = | |||
4 | let open Editor in | 4 | let open Editor in |
5 | let cli = Config.parse Sys.argv in | 5 | let cli = Config.parse Sys.argv in |
6 | let editor = Editor.init cli in | 6 | let editor = Editor.init cli in |
7 | let rec loop () = Action.(render *> handle_next_command2 >>= loop) in | 7 | let rec loop () = Action.(render *> handle_next_command >>= loop) in |
8 | Action.eval ~editor loop | 8 | Action.eval ~editor loop |