aboutsummaryrefslogtreecommitdiff
path: root/doc/toggle_option_flags.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-19 21:56:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-19 21:56:06 +1200
commit5b64b6f525a0aec76373216be299194fbf61f4ab (patch)
treef97d6eab14284aa5a0b56777edc2234d3bb78e10 /doc/toggle_option_flags.txt
parentMerge branch 'release/v0.4.0' (diff)
parentBump VERSION (diff)
downloadvim-toggle-flags-5b64b6f525a0aec76373216be299194fbf61f4ab.tar.gz
vim-toggle-flags-5b64b6f525a0aec76373216be299194fbf61f4ab.zip
Merge branch 'release/v1.0.0'v1.0.0
* release/v1.0.0: Bump VERSION Rename plugin and documentation files Backport to Vim 6.0, add version load guard Rename plugin and commands Correct a few comments Rename README.md
Diffstat (limited to 'doc/toggle_option_flags.txt')
-rw-r--r--doc/toggle_option_flags.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/toggle_option_flags.txt b/doc/toggle_option_flags.txt
deleted file mode 100644
index a635eb0..0000000
--- a/doc/toggle_option_flags.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-*toggle_option_flags.txt* For Vim version 6.0 Last change: 2018 June 17
-
-DESCRIPTION *toggle_option_flags*
-
- *:ToggleOptionFlag* *:ToggleOptionFlagLocal*
-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.
-
-EXAMPLES *toggle_option_flags-examples*
->
- :ToggleOptionFlag formatoptions a
- :ToggleOptionFlag switchbuf useopen
- :ToggleOptionFlagLocal shortmess I
-<
-REQUIREMENTS *toggle_option_flags-requirements*
-
-This plugin is only available if 'compatible' is not set. It also requires the
-|+user_commands| Vim feature.
-
-AUTHOR *toggle_option_flags-author*
-
-Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.
-
-LICENSE *toggle_option_flags-license*
-
-Licensed for distribution under the same terms as Vim itself (see |license|).
-
- vim:tw=78:ts=8:ft=help:norl: