aboutsummaryrefslogtreecommitdiff
path: root/doc/toggle_flags.txt
diff options
context:
space:
mode:
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*