aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-12 23:22:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-12 23:22:46 +1300
commit93d353a2b568a28102729945dfa3504a21d3fb63 (patch)
tree33f4d1364d5165574df40e2c35f19723abdf54da /vim
parentAdd help links to toggle_option_flag.vim interface (diff)
downloaddotfiles-93d353a2b568a28102729945dfa3504a21d3fb63.tar.gz
dotfiles-93d353a2b568a28102729945dfa3504a21d3fb63.zip
Adjust first sentence of format_option_toggle.txt
Diffstat (limited to 'vim')
-rw-r--r--vim/doc/toggle_option_flag.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/doc/toggle_option_flag.txt b/vim/doc/toggle_option_flag.txt
index 7587abd0..c8bf7678 100644
--- a/vim/doc/toggle_option_flag.txt
+++ b/vim/doc/toggle_option_flag.txt
@@ -3,7 +3,7 @@
DESCRIPTION *toggle_option_flag*
*:ToggleOptionFlag* *:ToggleOptionFlagLocal*
-This plugin provides commands `:ToggleOptionFlag` and `: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.