Skip to content

Commit

Permalink
Improve comment in _list().
Browse files Browse the repository at this point in the history
refs gh-57
  • Loading branch information
xwmx committed Oct 24, 2020
1 parent ef963d8 commit 840da0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb
Original file line number Diff line number Diff line change
Expand Up @@ -6462,7 +6462,7 @@ HEREDOC
_info_line_color="${_item_info}"
else
if [[ "${_bash_major_version:-0}" -ge 4 ]]
then # get from cache map
then # get from cached .index
local _item_identifier="${_index_map["${__basename:-}"]}"
else # get from .index
local _item_identifier="$(
Expand Down

0 comments on commit 840da0d

Please sign in to comment.