aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-17 00:57:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-17 00:57:52 +1200
commit4a6e1cc688c5c6aa3dff1489538cf3e88104dc9a (patch)
treed26c6dd4efb706880c95806e3e271b0f803c2dc6
parentMerge branch 'release/v6.21.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-6.22.0.tar.gz (sig)
dotfiles-6.22.0.zip
Merge branch 'release/v6.22.0'v6.22.0
* release/v6.22.0: Remove a blank line
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc1
2 files changed, 2 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index ff435ccc..e20571f6 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v6.21.0
-Sun, 16 Jun 2019 12:53:17 +0000
+tejr dotfiles v6.22.0
+Sun, 16 Jun 2019 12:57:51 +0000
diff --git a/vim/vimrc b/vim/vimrc
index 9cc74c3b..d9004081 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1263,7 +1263,6 @@ nmap ]<Space> <Plug>(PutBlankLinesBelow)
let mapleader = '\'
let maplocalleader = ','
-
" If the local leader is a comma, map double-tap comma to its original
" function in the relevant modes so that I can still use it quickly without
" relying on mapping 'timeout'.