Load a file's head text on file load just to get started
This commit is contained in:
parent
efdedaab53
commit
2a14af4cde
6 changed files with 105 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue