diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-07-19 23:47:03 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-07-19 23:47:03 +1200 |
commit | a6e86d3dac50f8f9d2feeb373fec85eea71fd7ba (patch) | |
tree | 42d700485a02ebc3dd375a00da5e155eb9e9f307 | |
parent | Merge branch 'hotfix/v1.0.1' (diff) | |
parent | Bump VERSION (diff) | |
download | vim-toggle-flags-a6e86d3dac50f8f9d2feeb373fec85eea71fd7ba.tar.gz vim-toggle-flags-a6e86d3dac50f8f9d2feeb373fec85eea71fd7ba.zip |
Merge branch 'hotfix/v1.0.2' into develop
* hotfix/v1.0.2:
Bump VERSION
Update README.md
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 7 insertions, 7 deletions
@@ -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 ------- @@ -1 +1 @@ -1.0.1 +1.0.2 |