From 0effba4021677bdcf425ce07ecdc150d50a39f62 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Mon, 10 Feb 2020 00:14:09 +0800 Subject: [PATCH] polish: 1.8.3 --- z.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/z.lua b/z.lua index 6dcbbd8..c74e9e0 100755 --- a/z.lua +++ b/z.lua @@ -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 @@ -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