mirror of
https://gitlab.os-k.eu/os-k-team/kvisc.git
synced 2023-08-25 14:05:46 +02:00
dir
This commit is contained in:
parent
63aeda2878
commit
b4f36ab137
@ -292,7 +292,7 @@ def parse_preproc(line):
|
||||
|
||||
for c in s:
|
||||
# escape sequences
|
||||
if c == '\\':
|
||||
if not escaping and c == '\\':
|
||||
escaping = True
|
||||
continue
|
||||
|
||||
|
@ -119,3 +119,4 @@ CMD.builtins.dir:
|
||||
.buf = [256]
|
||||
.endstr1 = " %d file(s)\n"
|
||||
.endstr2 = " 0 dir(s)\n"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user