about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-15 21:22:51 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-15 21:22:51 -0700
commitfc1d71dd0971baa12d7fe130b5ab6fff2587e699 (patch)
tree99874d308394d2ea6f2c2847556b77fdfbbc839a /apps
parent02cefc70650690248fb4b4e758e0643d103843a5 (diff)
downloadmu-fc1d71dd0971baa12d7fe130b5ab6fff2587e699.tar.gz
7039
Ok, I think we may finally be done crushing all the pesky bugs.

And now we can insert and delete words in the middle of a line, and have
expanded calls stay stable!
Diffstat (limited to 'apps')
-rw-r--r--apps/tile/environment.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu
index 0aad72f2..21cf59d3 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -138,7 +138,6 @@ $process:body: {
         compare prev-word, 0
         break-if-=
 #?         print-string 0, "previous word\n"
-        copy-object prev-word-ah, cursor-word-ah
         cursor-to-end prev-word
         var cursor-call-path/eax: (addr handle call-path-element) <- get sandbox, cursor-call-path
         decrement-final-element cursor-call-path