aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-21 02:03:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-21 02:03:45 +1200
commitc0ab5529e7c1020ff4a7c4f2faf5be279c1e98f2 (patch)
treec56194c26f0fb430fd49a2984290fd72ea286fd1
parentCorrect logic on 'encoding' selection (diff)
downloaddotfiles-c0ab5529e7c1020ff4a7c4f2faf5be279c1e98f2.tar.gz
dotfiles-c0ab5529e7c1020ff4a7c4f2faf5be279c1e98f2.zip
Don't force locale settings on 'greppreg'
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 9b3017e2..2b2726bb 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -80,7 +80,7 @@ silent! set formatoptions+=j
" If available, use GNU grep niceties for searching
if system('grep --version') =~# '^grep (GNU grep)'
- set grepprg=LC_ALL=C\ grep\ -HnRs\ --exclude='.git*'
+ set grepprg=grep\ -HnRs\ --exclude='.git*'
endif
" Keep more command and search history