aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-12 17:09:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-12 17:09:59 +1200
commit6266d077aee5dccf981b9e839883766d216517ad (patch)
tree67019f8557802b3859bb04be434b419988be5644
parentRemove a fixed issue (diff)
downloaddotfiles-6266d077aee5dccf981b9e839883766d216517ad.tar.gz
dotfiles-6266d077aee5dccf981b9e839883766d216517ad.zip
Correct example ext-finder shell script in vimrc
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 73179dfe..4f52ff2f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -902,7 +902,7 @@ set wildmode=list:longest,full
" sh -c 'for fn ; do
" ext=${fn##*.}
" case $ext in
-" *[^[:alnum:]]*) continue ;;
+" *[![:alnum:]]*) continue ;;
" ?*) printf "%s\n" "$ext" ;;
" esac
" done' _ {} + |