Relay saved version metadata to ensure buffers modified state converges
This commit is contained in:
parent
2cd9db1cfe
commit
bb200aa082
3 changed files with 26 additions and 2 deletions
|
@ -975,8 +975,9 @@ message BufferState {
|
|||
string base_text = 3;
|
||||
optional string diff_base = 4;
|
||||
LineEnding line_ending = 5;
|
||||
string saved_version_fingerprint = 6;
|
||||
Timestamp saved_mtime = 7;
|
||||
repeated VectorClockEntry saved_version = 6;
|
||||
string saved_version_fingerprint = 7;
|
||||
Timestamp saved_mtime = 8;
|
||||
}
|
||||
|
||||
message BufferChunk {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue