refactor: move lsp_version field to Buffer
This commit is contained in:
parent
1ebdae310e
commit
68a5de5aa7
2 changed files with 8 additions and 7 deletions
|
@ -44,6 +44,7 @@ file_utf8_sanitized: bool = false,
|
|||
hidden: bool = false,
|
||||
ephemeral: bool = false,
|
||||
meta: ?[]const u8 = null,
|
||||
lsp_version: usize = 1,
|
||||
|
||||
undo_history: ?*UndoNode = null,
|
||||
redo_history: ?*UndoNode = null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue