Adjust attribute spans when buffer lines change
This commit is contained in:
parent
e2b9aa77b9
commit
cce821e99f
4 changed files with 243 additions and 154 deletions
|
|
@ -60,6 +60,9 @@ mod attrs;
|
|||
pub use self::buffer::*;
|
||||
mod buffer;
|
||||
|
||||
pub use self::buffer_line::*;
|
||||
mod buffer_line;
|
||||
|
||||
pub use self::cache::*;
|
||||
mod cache;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue