diff --git a/emacs-bookmark.zsh b/emacs-bookmark.zsh index 5e6e60d..a7f9058 100644 --- a/emacs-bookmark.zsh +++ b/emacs-bookmark.zsh @@ -178,7 +178,6 @@ function _bm { for ((i = 1; i < ${#__bm_bookmark_cache}; i+=4)); do compadd -q -S '/' "${__bm_bookmark_cache[${i}]}" done - printf '' # I don't know why, but this fixes things else __bm_bookmark_location "${arg}" if [[ -d "${__bm_res[1]}" ]]; then