about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-11-21 22:25:26 -0800
committerKartik Agaram <vc@akkartik.com>2018-11-21 22:25:26 -0800
commit6ee77ba7bb47bc4b17df67d2683bdbb84f326e8e (patch)
treed5e2c4e1e6f27aeedf2e71a99861b52566edcfa9
parent4e647f4f21923bbfa7e098c87b0d07ba92bc643f (diff)
downloadmu-6ee77ba7bb47bc4b17df67d2683bdbb84f326e8e.tar.gz
4760
-rw-r--r--subx/056write.subx2
-rw-r--r--subx/057stop.subx2
-rw-r--r--subx/058read.subx2
-rw-r--r--subx/059read-byte.subx2
4 files changed, 8 insertions, 0 deletions
diff --git a/subx/056write.subx b/subx/056write.subx
index e751091d..67115d5a 100644
--- a/subx/056write.subx
+++ b/subx/056write.subx
@@ -209,3 +209,5 @@ _test-stream:
   08 00 00 00
   # data
   00 00 00 00 00 00 00 00  # 8 bytes
+
+# vim:nowrap:textwidth=0
diff --git a/subx/057stop.subx b/subx/057stop.subx
index cc4788f0..2ec40221 100644
--- a/subx/057stop.subx
+++ b/subx/057stop.subx
@@ -199,3 +199,5 @@ _test-stop-2:  # ed : (address exit-descriptor)
   89/copy                         3/mod/direct    4/rm32/ESP    .           .             .           5/r32/EBP   .               .                 # copy EBP to ESP
   5d/pop-to-EBP
   c3/return
+
+# vim:nowrap:textwidth=0
diff --git a/subx/058read.subx b/subx/058read.subx
index ce4ac8b6..a48cd609 100644
--- a/subx/058read.subx
+++ b/subx/058read.subx
@@ -360,3 +360,5 @@ _test-stream-buffer:
   08 00 00 00
   # data
   00 00 00 00 00 00 00 00  # 8 bytes
+
+# vim:nowrap:textwidth=0
diff --git a/subx/059read-byte.subx b/subx/059read-byte.subx
index 92393251..fe915f49 100644
--- a/subx/059read-byte.subx
+++ b/subx/059read-byte.subx
@@ -241,3 +241,5 @@ _test-buffered-file:
   08 00 00 00
   # data
   00 00 00 00 00 00 00 00  # 8 bytes
+
+# vim:nowrap:textwidth=0