Skip to content

Commit

Permalink
Disable completion on Windows, since there is an issue with it
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Oct 18, 2019
1 parent e029b6a commit d7f1172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/completion.ml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ let setup buf (view: GSourceView3.source_view) message =
(Printexc.to_string e);
LibIndex.load []
in
if true || Tools.debug_enabled then (
if Cfg.os <> Windows || Tools.debug_enabled then (
(* Enable only for debug at the moment:
completion widgets can trigger segfaults *)
setup_completion index buf view
Expand Down

0 comments on commit d7f1172

Please sign in to comment.