Create empty file if input doesn't exist

This commit is contained in:
Zachary Yedidia
2016-03-12 16:07:04 -05:00
parent 8072756990
commit 934634507d
4 changed files with 22 additions and 3 deletions

View File

@@ -152,7 +152,6 @@ class View {
if (cursor.y > topline + height-1) {
topline = cursor.y - height-1;
}
buf.update();
}
}