Use completion-at-point
instead of comint-dynamic-complete
in shell completion
This commit is contained in:
parent
53df7818c0
commit
799aa2afb2
1 changed files with 1 additions and 1 deletions
|
@ -1799,7 +1799,7 @@ to complete."
|
|||
(buffer-substring (comint-line-beginning-position)
|
||||
(point-marker)))
|
||||
(indent-for-tab-command)
|
||||
(comint-dynamic-complete)))
|
||||
(completion-at-point)))
|
||||
|
||||
|
||||
;;; PDB Track integration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue