You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,15 +119,17 @@ the following:
119
119
section. Does it match the expected set of completion? If yes,
120
120
it might be a display problem. Are you using a completion engine
121
121
other than the default, such as ivy or helm? Try turning it off to
122
-
confirm, then [file a bug][new_issue]
122
+
confirm, then [file a bug][new_issue].
123
123
* If all else fails, [file a bug][new_issue]. Please include the output
124
124
of `M-x bash-completion-debug`, the command you're trying to use
125
125
and the function or package providing completion for that command and
126
126
where to download it.
127
127
128
128
## CONTRIBUTING
129
129
130
-
To report bugs, features or even to ask questions, please open an [issue](https://github.com/szermatt/emacs-bash-completion/issues). To contribute code or documentation, please open a [pull request](https://github.com/szermatt/emacs-bash-completion/pulls).
130
+
To report bugs, features or even to ask questions, please open an
131
+
[issue][issues]. To contribute code or documentation, please open a
132
+
[pull request][pull-requests].
131
133
132
134
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
133
135
@@ -137,3 +139,5 @@ bash-completion.el is known to work with Bash 4.2 and later and Bash
137
139
5, on Emacs, starting with version 25.3, under Linux and OSX.
0 commit comments