aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/_text_filenames.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-23 11:24:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-23 11:24:51 +1200
commit764bbeef64cc575a55ab0a22e22c095ac7d564ad (patch)
tree2ca8e9a84c4bfb71f12a3959e2fb4a4dc1dd8aaa /bash/bash_completion.d/_text_filenames.bash
parentMerge branch 'release/v4.38.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-4.39.0.tar.gz (sig)
dotfiles-4.39.0.zip
Merge branch 'release/v4.39.0'v4.39.0
* release/v4.39.0: (33 commits) Bump VERSION Use case-sensitive operators to appease vim-vint Correct :return to :break Run repeat blank squeeze on mail reply Normalise quoting in mail Strip trailing blanks after greeting Improve opening-greeting strip from mail ftplugin Add foldexpr function deletion to undo Give credit to Tim Pope Adopt heading-based Markdown folding Remove redundancies from 'formatoptions' setting Break apart 'comments' definitions Use variable assignment for complex pattern Correct definition for b:undo_ftplugin Refactor undo_ftplugin lines for Markdown ftplugin Break up Markdown ftplugin option settings Adjust header/footer for Markdown ftplugin Remove HTML ftplugin import from Markdown ftplugin Move my after ftplugin for Markdown into main Add Tim Pope's Markdown ftplugin ...
Diffstat (limited to 'bash/bash_completion.d/_text_filenames.bash')
-rw-r--r--bash/bash_completion.d/_text_filenames.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bash_completion.d/_text_filenames.bash b/bash/bash_completion.d/_text_filenames.bash
index 0f7f6dd8..d379b8f9 100644
--- a/bash/bash_completion.d/_text_filenames.bash
+++ b/bash/bash_completion.d/_text_filenames.bash
@@ -140,6 +140,9 @@ _text_filenames() {
(*.swf) ;;
(*.webm) ;;
+ # Emacs
+ (\#*\#) ;;
+
# Vim
(*~) ;;
(*.swp) ;;