From 9399661b8ea5a22eedad2391927802271abc45a1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 22 Jul 2021 18:30:20 +0200 Subject: lsp/document.py: fix a typo in a call to _Replace_Text --- pyGHDL/lsp/document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyGHDL/lsp/document.py b/pyGHDL/lsp/document.py index 15a7ff0cd..00cb65955 100644 --- a/pyGHDL/lsp/document.py +++ b/pyGHDL/lsp/document.py @@ -108,7 +108,7 @@ class Document(object): # Failed to replace text. # Increase size self.__extend_source_buffer(len(text_bytes)) - status = files_map_editor.Replace_Text( + status = files_map_editor._Replace_Text( self._fe, start_line + 1, start_col, -- cgit v1.2.3