aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-25 21:33:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-25 21:33:59 +1200
commit61131ee21e77f47f5df526b998471513ea1196d3 (patch)
tree55592597b6f07e72d5ccc531d793d9e37438ea46 /vim/vimrc
parentMerge branch 'release/v6.48.0' into develop (diff)
downloaddotfiles-61131ee21e77f47f5df526b998471513ea1196d3.tar.gz
dotfiles-61131ee21e77f47f5df526b998471513ea1196d3.zip
Add missing parens around mapping target
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a4bccf7c..0220994b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1531,7 +1531,7 @@ nnoremap <Leader>j
" <Leader>,\ to jump back to the last remembered position in that file, since
" by definition viminfo remembers that mark, too.
"
-nmap <Leader>o <Plug>SelectOldFiles
+nmap <Leader>o <Plug>(SelectOldFiles)
" This group defines mappings for filtering and batch operations to clean up
" buffer text. All of these mappings use commands from my custom plugins: