mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-09 16:25:01 +00:00
Fix ' (tick) that I broke
This commit is contained in:
@@ -1596,16 +1596,11 @@ def _tick_#0
|
||||
word dentry
|
||||
|
||||
dentry = find(nextword(' '))
|
||||
if dentry
|
||||
if state & comp_flag
|
||||
compliteral(dentry)
|
||||
else
|
||||
(@push)(dentry)#0
|
||||
fin
|
||||
else
|
||||
puts("No match\n")
|
||||
_quit_
|
||||
fin
|
||||
end
|
||||
def _forget_#0
|
||||
word dentry
|
||||
|
Reference in New Issue
Block a user