started working on logging
This commit is contained in:
@@ -15,6 +15,9 @@ fn somefunc() {
|
||||
let c2 = String::from("hello world");
|
||||
}
|
||||
|
||||
// some comment
|
||||
|
||||
|
||||
struct EditorData {
|
||||
buffer: Vec<Vec<char>>, // outer vec is the line, inner is col;
|
||||
file_line: i32,
|
||||
|
||||
Reference in New Issue
Block a user