branch: externals/dape
commit c8f211c0824763e58faa377d86c2dcff4b2e8d97
Author: Rodrigo García Suárez <rodrigo.garcia.sua...@gmail.com>
Commit: GitHub <nore...@github.com>

    Amend name used to call split-string function (#224)
    
    Copyright-paperwork-exempt: yes
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index e662bbae98..b852ebaf5a 100644
--- a/dape.el
+++ b/dape.el
@@ -4598,7 +4598,7 @@ Called by `comint-input-sender' in `dape-repl-mode'."
       (dape--repl-input-sender dummy-process last)))
    ;; Run command from `dape-named-commands'
    ((pcase-let* ((`(,cmd . ,args)
-                  (string-split (substring-no-properties input)
+                  (split-string (substring-no-properties input)
                                 split-string-default-separators))
                  (fn (or (alist-get cmd dape-repl-commands nil nil #'equal)
                          (and dape-repl-use-shorthand

Reply via email to