mirror of
https://codeberg.org/cage/tinmop/
synced 2025-06-05 01:09:17 +02:00
- fixed out of bound list accessing when fuzzy autocompleting command line input.
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
+box-height-diff+)
|
||||
:truncate-restart-fn
|
||||
truncate-fn)))
|
||||
(padding-size (- (length candidates)
|
||||
(padding-size (- (length (flatten batches))
|
||||
(length underline-char-indices)))
|
||||
(padding (when (> padding-size 0)
|
||||
(make-list padding-size :initial-element nil)))
|
||||
|
||||
Reference in New Issue
Block a user