aboutsummaryrefslogtreecommitdiff
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
parentMerge branch 'release/v1.35.0' into develop (diff)
downloaddotfiles-d434b763897259bab513799951b072a7b4cf0d00.tar.gz
dotfiles-d434b763897259bab513799951b072a7b4cf0d00.zip
Update and rename toggle_option_flags.vim plugin
-rw-r--r--.gitmodules6
m---------vim/bundle/toggle_flags0
m---------vim/bundle/toggle_option_flags0
-rw-r--r--vim/vimrc2
4 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 093f1fc4..c7d2d0bd 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -35,9 +35,9 @@
[submodule "vim/bundle/strip_trailing_whitespace"]
path = vim/bundle/strip_trailing_whitespace
url = https://sanctum.geek.nz/code/vim-strip-trailing-whitespace.git
-[submodule "vim/bundle/toggle_option_flags"]
- path = vim/bundle/toggle_option_flags
- url = https://sanctum.geek.nz/code/vim-toggle-option-flags.git
+[submodule "vim/bundle/toggle_flags"]
+ path = vim/bundle/toggle_flags
+ url = https://sanctum.geek.nz/code/vim-toggle-flags.git
[submodule "vim/bundle/uncap_ex"]
path = vim/bundle/uncap_ex
url = https://sanctum.geek.nz/code/vim-uncap-ex.git
diff --git a/vim/bundle/toggle_flags b/vim/bundle/toggle_flags
new file mode 160000
+Subproject 22f39d04ab09e2fa10f4c9482f5735a1c928d7e
diff --git a/vim/bundle/toggle_option_flags b/vim/bundle/toggle_option_flags
deleted file mode 160000
-Subproject 4c6224a138eb5a479a462df3f384266bd9cfeff
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'