aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 128a9aed..e1eb12fb 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v1.21.0
-Wed Jul 4 05:03:12 UTC 2018
+tejr dotfiles v1.22.0
+Wed Jul 4 12:05:13 UTC 2018
diff --git a/vim/vimrc b/vim/vimrc
index ed855b41..4b2803fe 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -9,7 +9,7 @@ runtime system.vim
" Load filetype settings, plugins, and maps
if has('autocmd')
- let g:maplocalleader = '_'
+ let g:maplocalleader = ','
filetype plugin indent on
endif