From 59f8825150b79f732d57d33cb75a20719a7c690d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 30 May 2018 23:30:24 +1200 Subject: Initial commit Copied with minimal changes from tejr's dotfiles suite, v0.35.0. --- README.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.markdown (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..0203257 --- /dev/null +++ b/README.markdown @@ -0,0 +1,15 @@ +toggle\_option\_flag.vim +======================== + +This plugin provides `:ToggleOptionFlag` and `:ToggleOptionFlagLocal` commands +to toggle the values of options like `'formatoptions'` or `'complete'` that +have values comprised of single-character or comma-separated flags. The author +originally designed it for toggling flags in `'formatoptions'` quickly. + +License +------- + +Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself. +See `:help license`. + +[1]: https://sanctum.geek.nz/ -- cgit v1.2.3