aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-19 22:07:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-19 22:08:30 +1200
commitd434b763897259bab513799951b072a7b4cf0d00 (patch)
tree4f3cf0a80cf1f660596b0940cb32e71e8c913222 /vim/vimrc
parentMerge branch 'release/v1.35.0' into develop (diff)
downloaddotfiles-d434b763897259bab513799951b072a7b4cf0d00.tar.gz
dotfiles-d434b763897259bab513799951b072a7b4cf0d00.zip
Update and rename toggle_option_flags.vim plugin
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 ec997e02..9b261986 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -252,7 +252,7 @@ nmap ]<Space> <Plug>(PutBlankLinesBelow)
" Normal leader maps; use <Bslash> not <Leader> for vim-tiny
" \a toggles 'formatoptions' 'a' flag using a plugin
-nnoremap <Bslash>a :<C-U>ToggleOptionFlagLocal formatoptions a<CR>
+nnoremap <Bslash>a :<C-U>ToggleFlagLocal formatoptions a<CR>
" \b toggles copy-pasteable linebreak settings
nmap <Bslash>b <Plug>(CopyLinebreakToggle)
" \c toggles 'cursorline'