branch: elpa/bash-completion
commit 62c6567af6a7293348e83b7e290a4f7264b3dd86
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Complete argument rename
    
    This fixes f3b11e12214f65967282deab586436d91256c96f.
---
 bash-completion.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash-completion.el b/bash-completion.el
index 79fd1aa473..2d0c589620 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -373,7 +373,7 @@ passed to the parameter OPEN-QUOTE.
 
 This function is not meant to be called outside of
 `bash-completion-dynamic-complete'."
-  (let* ((wordbreak-split (bash-completion-last-wordbreak-split stub))
+  (let* ((wordbreak-split (bash-completion-last-wordbreak-split parsed-stub))
          (before-wordbreak (nth 0 wordbreak-split))
         (after-wordbreak (nth 1 wordbreak-split))
          (separator (nth 2 wordbreak-split))

Reply via email to