diff options
| -rw-r--r-- | corfu.el | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -605,10 +605,9 @@ completion began less than that number of seconds ago." (concat prefix (make-string (- pw (string-width prefix)) ?\s) cand - (unless (eq suffix "") - (make-string (+ (- cw (string-width cand)) - (- sw (string-width suffix))) - ?\s)) + (make-string (+ (- cw (string-width cand)) + (- sw (string-width suffix))) + ?\s) suffix) width)) cands))) |
