1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-10 17:29:29 +00:00

Fix ' (tick) that I broke

This commit is contained in:
dschmenk 2024-01-08 13:02:50 -08:00
parent 3424b085cf
commit d9d57f383d

View File

@ -1596,15 +1596,10 @@ def _tick_#0
word dentry
dentry = find(nextword(' '))
if dentry
if state & comp_flag
compliteral(dentry)
else
(@push)(dentry)#0
fin
if state & comp_flag
compliteral(dentry)
else
puts("No match\n")
_quit_
(@push)(dentry)#0
fin
end
def _forget_#0