Skip to content

Commit

Permalink
polish: 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Feb 9, 2020
1 parent cada42e commit 0effba4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions z.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,6 @@ function cd_breadcrumbs(pwd, interactive)
local elements = {}
local interactive = interactive and interactive or 1
local fullname = os.environ('_ZL_FULL_PATH', false)
-- fullname = true
while true do
local head, name = os.path.split(path)
if head == path then -- reached root
Expand All @@ -1790,7 +1789,6 @@ function cd_breadcrumbs(pwd, interactive)
end
path = head
end
-- printT(elements)
local tmpname = '/tmp/zlua.txt'
local fp = io.stderr
if interactive == 2 then
Expand Down

0 comments on commit 0effba4

Please sign in to comment.