Skip to content

Commit

Permalink
Merge pull request #252 from fox0430/fix#244
Browse files Browse the repository at this point in the history
Fix #244
  • Loading branch information
fox0430 authored Apr 28, 2019
2 parents 09a604b + 4554d4d commit adb3659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moe.nim
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ proc main() =
status.bufStatus.add(BufferStatus(filename: "".toRunes))
status.bufStatus[0].buffer = newFile()
else:
status.bufStatus[0].filename = "".toRunes
status.bufStatus[0].filename = filename.toRunes
status.bufStatus[0].buffer = newFile()
else:
status.bufStatus[0].filename = "".toRunes
Expand Down

0 comments on commit adb3659

Please sign in to comment.