Load a file's head text on file load just to get started

This commit is contained in:
ForLoveOfCats 2022-08-30 11:08:22 -04:00 committed by Julia
parent efdedaab53
commit 2a14af4cde
6 changed files with 105 additions and 6 deletions

View file

@ -821,7 +821,8 @@ message BufferState {
uint64 id = 1;
optional File file = 2;
string base_text = 3;
LineEnding line_ending = 4;
optional string head_text = 4;
LineEnding line_ending = 5;
}
message BufferChunk {