aboutsummaryrefslogtreecommitdiff
path: root/ide/session.ml
diff options
context:
space:
mode:
authorHugo Herbelin2018-11-19 15:57:59 +0100
committerVincent Laporte2019-03-19 08:40:17 +0000
commitd016e542bb42c2b47f9cfc66f51cd01d52124141 (patch)
treefc330900033951cc27d227a70379422652b0fd59 /ide/session.ml
parent977261ed0afd415932401c3f5df258333488e47b (diff)
CoqIDE: Change name of module: Sourceview2 -> Sourceview3
Diffstat (limited to 'ide/session.ml')
-rw-r--r--ide/session.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/session.ml b/ide/session.ml
index e2427a9b51..b7f98f3d79 100644
--- a/ide/session.ml
+++ b/ide/session.ml
@@ -47,7 +47,7 @@ type session = {
}
let create_buffer () =
- let buffer = GSourceView2.source_buffer
+ let buffer = GSourceView3.source_buffer
~tag_table:Tags.Script.table
~highlight_matching_brackets:true
?language:(lang_manager#language source_language#get)