aboutsummaryrefslogtreecommitdiff
path: root/doc/toggle_flags.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 12:58:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 12:58:38 +1200
commit4d4883b58ccfff2d3ee6d5c871ddaf623e2eff3c (patch)
tree1b367f5599501e3e360089a392b75fbe0b09697f /doc/toggle_flags.txt
parentMerge branch 'release/v2.0.0' (diff)
parentBump VERSION (diff)
downloadvim-toggle-flags-4d4883b58ccfff2d3ee6d5c871ddaf623e2eff3c.tar.gz
vim-toggle-flags-4d4883b58ccfff2d3ee6d5c871ddaf623e2eff3c.zip
Merge branch 'release/v3.0.0'v3.0.0
* release/v3.0.0: Refactor completely, dropping Vim 6.x cruft Correct a comment Abbreviate plugin a bit more
Diffstat (limited to 'doc/toggle_flags.txt')
-rw-r--r--doc/toggle_flags.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/toggle_flags.txt b/doc/toggle_flags.txt
index b858e1b..c827d41 100644
--- a/doc/toggle_flags.txt
+++ b/doc/toggle_flags.txt
@@ -1,12 +1,12 @@
-*toggle_flags.txt* For Vim version 7.0 Last change: 2019 May 25
+*toggle_flags.txt* For Vim version 7.0 Last change: 2019 May 29
DESCRIPTION *toggle_flags*
*:ToggleFlag* *:ToggleFlagLocal*
-This plugin provides `:ToggleFlag` and `:ToggleFlagLocal` 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.
+This plugin provides `:ToggleFlag` and `:ToggleFlagLocal` 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_flags-examples*
>
@@ -16,8 +16,7 @@ EXAMPLES *toggle_flags-examples*
<
REQUIREMENTS *toggle_flags-requirements*
-This plugin is only available if 'compatible' is not set. It also requires
-the |+user_commands| Vim feature.
+This plugin is only available if 'compatible' is not set.
AUTHOR *toggle_flags-author*