aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-19 23:46:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-19 23:46:32 +1200
commit414ba9afe7dcf91cc7064c3c141a61dce6c7b1cc (patch)
tree83e5dfd770f4cb2f2d1faea7f9055ab1f5e66ede
parentMerge branch 'hotfix/v1.0.1' (diff)
downloadvim-toggle-flags-414ba9afe7dcf91cc7064c3c141a61dce6c7b1cc.tar.gz
vim-toggle-flags-414ba9afe7dcf91cc7064c3c141a61dce6c7b1cc.zip
Update 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
-------