diff options
Diffstat (limited to 'pyGHDL/lsp')
-rw-r--r-- | pyGHDL/lsp/document.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |