mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 17:50:15 +09:00
Create empty file if input doesn't exist
This commit is contained in:
@@ -152,7 +152,6 @@ class View {
|
||||
if (cursor.y > topline + height-1) {
|
||||
topline = cursor.y - height-1;
|
||||
}
|
||||
buf.update();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user