aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-19 23:46:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-19 23:46:55 +1200
commit68624dcd8622a378dca46d1437af336157b8810c (patch)
tree42d700485a02ebc3dd375a00da5e155eb9e9f307
parentMerge branch 'hotfix/v1.0.1' (diff)
parentBump VERSION (diff)
downloadvim-toggle-flags-68624dcd8622a378dca46d1437af336157b8810c.tar.gz
vim-toggle-flags-68624dcd8622a378dca46d1437af336157b8810c.zip
Merge branch 'hotfix/v1.0.2'v1.0.2
* hotfix/v1.0.2: Bump VERSION Update README.md
-rw-r--r--README.md12
-rw-r--r--VERSION2
2 files changed, 7 insertions, 7 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
-------
diff --git a/VERSION b/VERSION
index 7dea76e..6d7de6e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.1
+1.0.2