Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3d1337be
Commit
3d1337be
authored
Oct 14, 2011
by
Stefan Monnier
Browse files
* lisp/pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
parent
ee0b45e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/pcmpl-unix.el
lisp/pcmpl-unix.el
+1
-1
No files found.
lisp/ChangeLog
View file @
3d1337be
2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
* pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
* mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
empty buffer.
...
...
lisp/pcmpl-unix.el
View file @
3d1337be
...
...
@@ -185,7 +185,7 @@ Uses both `pcmpl-ssh-config-file' and `pcmpl-ssh-known-hosts-file'."
;;;###autoload
(
defun
pcomplete/ssh
()
"Completion rules for the `ssh' command."
(
pcomplete-opt
"1246AaCfgKkMNnqsTtVvXxYbcDeFiLlmOopRSw"
nil
t
)
(
pcomplete-opt
"1246AaCfgKkMNnqsTtVvXxYbcDeFiLlmOopRSw"
)
(
pcomplete-here
(
pcmpl-ssh-hosts
)))
;;;###autoload
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment