diff options
Diffstat (limited to 'lib/todos.ml')
-rw-r--r-- | lib/todos.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/todos.ml b/lib/todos.ml index 57f03a8..08c9a34 100644 --- a/lib/todos.ml +++ b/lib/todos.ml @@ -134,7 +134,7 @@ let rec render in let selected_file, _ = Array.get content content_position in let full_path_file = Grep.execution_directory ^ "/" ^ selected_file in - let full_args = Array.append (Array.of_list args) [| full_path_file |] in + let full_args = Array.append (Array.of_list args) [| "+1"; full_path_file |] in Common.Term.cursor t (Some (0, 0)); let _ = Unix.create_process_env |