Skip to content

Commit

Permalink
formating and wording
Browse files Browse the repository at this point in the history
  • Loading branch information
udo-munk committed Feb 27, 2018
1 parent b79bcda commit ab20f4b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This editor was written in K&R C, please don't use ANSI C comments, function prototypes and other
ANSI features, because then it won't compile anymore on decade old machines. Test modifications
This editor was written in K&R C, please don't use ANSI C comments,
function prototypes and other ANSI features, because then it won't
compile anymore on decades old machines. Test modifications
with clang -std=c89 to avoid such things.

This is the only vi like editor usable on CP/M-80. If you feel the urge to add features consider a fork,
because if the size of the binary grows some, it becomes useless again on old 8-bit machines.
This is the only vi like editor usable on CP/M-80. If you feel the urge
to add features consider a fork, because if the size of the binary grows
some, it also becomes useless on old 8-bit machines.

0 comments on commit ab20f4b

Please sign in to comment.