Update emacs-bookmark.zsh

This commit is contained in:
2024-08-27 18:39:17 -07:00
parent 38f0a9fc2b
commit aab934f5a1

View File

@ -145,6 +145,7 @@ function bm {
fi
}
function _bm {
(( "${CURRENT}" == 2 )) || return
local arg="${(Q)words[${CURRENT}]}"
if ! [[ "${arg}" == */* ]]; then
for ((i = 1; i < ${#__bm_bookmark_cache}; i+=4)); do