aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/toggle_option_flag.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vim/doc/toggle_option_flag.txt')
-rw-r--r--vim/doc/toggle_option_flag.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/vim/doc/toggle_option_flag.txt b/vim/doc/toggle_option_flag.txt
index 16557d5c..9415ae6b 100644
--- a/vim/doc/toggle_option_flag.txt
+++ b/vim/doc/toggle_option_flag.txt
@@ -1,14 +1,15 @@
-*toggle_option_flag.txt* Commands to toggle single-character option flags
+*toggle_option_flag.txt* Commands to toggle option flags
Author: Tom Ryder <tom@sanctum.geek.nz>
License: Same terms as Vim itself (see |license|)
This plugin provides commands :ToggleOptionFlag and :ToggleOptionFlagLocal to
toggle the values of options like |'formatoptions'| or |'complete'| that have
-values comprised of single-character flags. The author originally designed it
-for toggling flags in |'formatoptions'| quickly.
+values comprised of single-character or comma-separated flags. The author
+originally designed it for toggling flags in |'formatoptions'| quickly.
:ToggleOptionFlag formatoptions a
+ :ToggleOptionFlag switchbuf useopen
:ToggleOptionFlagLocal shortmess I
This plugin lives in Tom Ryder's "dotfiles" suite, and will eventually be spun