parent
b9227948e4
commit
05cfb21c4c
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ If it's not the same with file-name (default: buffer-file-name), send VISIT cmd.
|
||||||
(-take (- (length str-list) 2)
|
(-take (- (length str-list) 2)
|
||||||
(-drop 1 str-list)))
|
(-drop 1 str-list)))
|
||||||
(--map
|
(--map
|
||||||
(let ((items (split-string it "|")))
|
(let ((items (s-split-up-to "|" it 1)))
|
||||||
`(,(cl-first items) . ,(cl-second items))) str-list)))
|
`(,(cl-first items) . ,(cl-second items))) str-list)))
|
||||||
|
|
||||||
(defun lean-findg-parse-string (str)
|
(defun lean-findg-parse-string (str)
|
||||||
|
|
Loading…
Reference in a new issue