aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-01-03 23:49:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-01-03 23:49:32 +1300
commit72778ae77a6f525eb9f3c55a08ebc9db26d78e2a (patch)
tree2ca6222246b66fecaf88bc95248e3be10218a302
parentAdd Lisp to filetypes.vim (diff)
downloaddotfiles-72778ae77a6f525eb9f3c55a08ebc9db26d78e2a.tar.gz
dotfiles-72778ae77a6f525eb9f3c55a08ebc9db26d78e2a.zip
Remove a daft comment
-rw-r--r--vim/vimrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f290b144..9c0f5a42 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -260,8 +260,6 @@ nnoremap ]l :lnext<CR>
nmap [<Space> <Plug>(PutBlankLinesAbove)
nmap ]<Space> <Plug>(PutBlankLinesBelow)
-" Normal leader maps; use <Leader> not <Leader> for vim-tiny
-
" \a toggles 'formatoptions' 'a' flag using a plugin
nnoremap <Leader>a :<C-U>ToggleFlagLocal formatoptions a<CR>