HugoNikanor / VimCC

A port of Vim to the Minecraft mod "ComputerCraft".
MIT License
51 stars 11 forks source link

Can't delete last line #8

Open HugoNikanor opened 8 years ago

HugoNikanor commented 8 years ago

The list line can't be deleted from the file. The contents in it can be deleted, but the line lingers.

I believe that the obvious fix to this problem will enable the creation of a document with absolutely nothing in it. Disallowing the user from entering insert mode with i (or similar), without crashing the program.