aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6333e16..44aef01 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-toggle\_option\_flags.vim
-=========================
+toggle\_flags.vim
+=================
-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.
+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.
License
-------