aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-17 00:57:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-17 00:57:43 +1200
commit2f487a10463bf9fcc4b9bbc9a40ad2f401c83299 (patch)
tree3f34196797b137a11d2adc4114093de6a7cdfc3c
parentMerge branch 'release/v6.21.0' into develop (diff)
downloaddotfiles-2f487a10463bf9fcc4b9bbc9a40ad2f401c83299.tar.gz
dotfiles-2f487a10463bf9fcc4b9bbc9a40ad2f401c83299.zip
Remove a blank line
-rw-r--r--vim/vimrc1
1 files changed, 0 insertions, 1 deletions
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'.