commit a1627b94195e83dba5b7b483d5af780e316cb73f
Author:     Firas Khalil Khana <[email protected]>
AuthorDate: Sat Sep 22 13:30:21 2018 +0300
Commit:     Quentin Rameau <[email protected]>
CommitDate: Sun Sep 23 11:02:31 2018 +0200

    ed: Changed delimiter to fix unterminated TODO comment

diff --git a/ed.c b/ed.c
index 6a2f231..b844e86 100644
--- a/ed.c
+++ b/ed.c
@@ -22,7 +22,7 @@
  *    0a
  *       Line
  *    .
- *    s/ *//
+ *    s# *##
  * o cat <<EOF | ed
  *   0a
  *   line

Reply via email to