Skip to content

Commit 0effba4

Browse files
author
skywind3000
committed
polish: 1.8.3
1 parent cada42e commit 0effba4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

z.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,6 @@ function cd_breadcrumbs(pwd, interactive)
17771777
local elements = {}
17781778
local interactive = interactive and interactive or 1
17791779
local fullname = os.environ('_ZL_FULL_PATH', false)
1780-
-- fullname = true
17811780
while true do
17821781
local head, name = os.path.split(path)
17831782
if head == path then -- reached root
@@ -1790,7 +1789,6 @@ function cd_breadcrumbs(pwd, interactive)
17901789
end
17911790
path = head
17921791
end
1793-
-- printT(elements)
17941792
local tmpname = '/tmp/zlua.txt'
17951793
local fp = io.stderr
17961794
if interactive == 2 then

0 commit comments

Comments
 (0)