mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-03-30 23:31:27 +00:00
Fix ' (tick) that I broke
This commit is contained in:
parent
3424b085cf
commit
d9d57f383d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user