aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-01-04 22:32:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-01-04 22:32:57 +1300
commitfd470fcbb644143c883c1015259372cbba18de76 (patch)
treee985b56be9be2a9d67c12a643419e971a239efe5 /vim/vimrc
parentMerge branch 'release/v4.7.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-4.8.0.tar.gz (sig)
dotfiles-4.8.0.zip
Merge branch 'release/v4.8.0'v4.8.0
* release/v4.8.0: Bump VERSION Revert "Add experimental delimit_operator.vim plugin"
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/vim/vimrc b/vim/vimrc
index bf30df7d..724a32e7 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -421,13 +421,5 @@ nnoremap <Leader>: ^"zyg_:<C-R>z<CR>
" \! executes line with 'shell'
nnoremap <Leader>! ^"zyg_:!<C-R>z<CR>
-" Testing out delimit_operator.vim, in development
-" Use q for a prefix key, followed by the wrapping quote
-for s:char in ["'", '"', '`', '[', '<', '(', '{', '*']
- execute 'nmap q'.s:char.' <Plug>(DelimitOperator)'.s:char
- execute 'xmap q'.s:char.' <Plug>(DelimitOperator)'.s:char
-endfor
-unlet s:char
-
" Source any .vim files from ~/.vim/config
runtime! config/*.vim