refactor: move lsp_version field to Buffer

This commit is contained in:
CJ van den Berg 2025-08-08 21:02:16 +02:00
parent 1ebdae310e
commit 68a5de5aa7
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 8 additions and 7 deletions

View file

@ -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,