fix(emacs/lean-server.el): split findp info only up-to 1

close #446
This commit is contained in:
Soonho Kong 2015-02-27 20:03:02 -05:00
parent b9227948e4
commit 05cfb21c4c

View file

@ -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)
(-drop 1 str-list)))
(--map
(let ((items (split-string it "|")))
(let ((items (s-split-up-to "|" it 1)))
`(,(cl-first items) . ,(cl-second items))) str-list)))
(defun lean-findg-parse-string (str)