mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-18 23:07:13 +09:00
Use basic colors for line numbers
This commit is contained in:
@@ -12,10 +12,7 @@ void main(string[] args) {
|
||||
|
||||
if (args.length > 1) {
|
||||
filename = args[1];
|
||||
if (!exists(filename)) {
|
||||
File file = File(filename, "w");
|
||||
file.close();
|
||||
} else {
|
||||
if (exists(filename)) {
|
||||
if (isDir(filename)) {
|
||||
writeln(filename, " is a directory");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user