Skip to content

Commit

Permalink
[main] rpkic.file should use the same logic as rpkic.files (fixes #132).
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhrr committed Jun 9, 2024
1 parent c0a46f6 commit f0efdf3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/rpkic.ch
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@
then;
,,

: rpkic.file
rpkic.file-raw;
rpkic.file-annotate;
,,

:~ rpkic.files 2 2
drop;
cwd; cwd var; cwd !;
Expand Down Expand Up @@ -185,3 +180,7 @@
0 until;
cwd @; cd;
,,

: rpkic.file
swap; 1 mlist; swap; rpkic.files;
,,

0 comments on commit f0efdf3

Please sign in to comment.