aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--vim/config/leader.vim6
2 files changed, 6 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index 6f3e5331..7feb464a 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.6.0
-Fri Nov 3 12:35:33 UTC 2017
+tejr dotfiles v0.6.1
+Fri Nov 3 12:46:45 UTC 2017
diff --git a/vim/config/leader.vim b/vim/config/leader.vim
index 9ca8f762..e17aed06 100644
--- a/vim/config/leader.vim
+++ b/vim/config/leader.vim
@@ -1,3 +1,5 @@
" Use different keys for global and local leaders
-let g:mapleader = '\'
-let g:maplocalleader = '_'
+if has('eval')
+ let g:mapleader = '\'
+ let g:maplocalleader = '_'
+endif