mirror of
https://git.shadowkat.net/izaya/OC-PsychOS2.git
synced 2024-11-22 03:54:20 -05:00
made ct.p and ct.P point to the correct functions
This commit is contained in:
parent
36a3912c84
commit
2e3907abd3
@ -106,8 +106,8 @@ ct.a = ct.append
|
|||||||
ct.s = ct.substitute
|
ct.s = ct.substitute
|
||||||
ct.d = ct.delete
|
ct.d = ct.delete
|
||||||
ct.f = ct.filename
|
ct.f = ct.filename
|
||||||
ct.p = ct.pasteprevious
|
ct.P = ct.pasteprevious
|
||||||
ct.P = ct.paste
|
ct.p = ct.paste
|
||||||
|
|
||||||
ct.readfile(fp)
|
ct.readfile(fp)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user