branch: elpa/bash-completion
commit 711ccc2df1a8766489f3b2864943b2fbcdfffbfb
Author: Stephane Zermatten <[email protected]>
Commit: Stephane Zermatten <[email protected]>
format example properly
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7588de29e0..21400290bd 100644
--- a/README.md
+++ b/README.md
@@ -89,8 +89,8 @@ important disadvantages:
in the current buffer.
In a standard terminal, you could do:
- $ alias myalias=ls
- $ myal<TAB>
+ $ alias myalias=ls
+ $ myal<TAB>
and bash would propose the new alias.
Bash-completion.el cannot do that, as it is not aware of anything