aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 12:57:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 12:57:08 +1200
commit2c7265708c052b119354325d6bb161fc8087be81 (patch)
treece69d51ea8887e4321c279c55d82a7bd32314f41 /doc
parentCorrect a comment (diff)
downloadvim-toggle-flags-2c7265708c052b119354325d6bb161fc8087be81.tar.gz
vim-toggle-flags-2c7265708c052b119354325d6bb161fc8087be81.zip
Refactor completely, dropping Vim 6.x cruft
Diffstat (limited to 'doc')
-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*