aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-11-14 14:14:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-11-14 14:14:21 +1300
commit21a5051fd35fc5f50799790e447acabe3e0d5385 (patch)
treee7b5604d813f1299f45ee448181f5d6464dbf90d /vim/vimrc
parentMerge branch 'release/v7.17.0' (diff)
parentUpdate PGP key (diff)
downloaddotfiles-21a5051fd35fc5f50799790e447acabe3e0d5385.tar.gz
dotfiles-21a5051fd35fc5f50799790e447acabe3e0d5385.zip
Merge branch 'release/v7.18.0'v7.18.0
* release/v7.18.0: Update PGP key Use rmdir(1) rather than `rm -r` in gms lock clear Don't color colon-delimited labels in Vim comments Improve extension histogram commands
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 609a1331..93efe27c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -825,7 +825,7 @@ set wildmode=list:longest,full
" giving patterns for the top 100 alphanumeric extensions for files from the
" running user’s home directory:
"
-" $ (LC_ALL=C find "$HOME" ! -type d -name '*.?*' -exec \
+" $ (LC_ALL=C ; find "$HOME" ! -type d -name '*.?*' -exec \
" sh -c 'for fn ; do
" ext=${fn##*.}
" case $ext in