[oni-core] Fix related files function
This commit is contained in:
parent
92173e5ef2
commit
6185c26d51
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2023.0227.150230
|
||||
;; Version: 2023.0329.172412
|
||||
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -418,7 +418,7 @@ _s_: String list"
|
|||
((not current-place)
|
||||
(user-error "Related-Files only works from file-based buffers"))
|
||||
(t
|
||||
(related-files--collect-existing-places jumpers current-place)))))
|
||||
(related-files--collect-existing-places jumpers (list current-place))))))
|
||||
|
||||
(defvar oni-core-related-places-source
|
||||
'(:name "Related File"
|
||||
|
|
Loading…
Reference in a new issue