From 03d7b3e1cf2f10b86aaf19ab713d2b636a037e97 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 21 Oct 2024 05:32:43 -0700 Subject: [PATCH] The temp fix stopped working --- emacs-bookmark.zsh | 1 - 1 file changed, 1 deletion(-) 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