diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-07-19 23:46:32 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-07-19 23:46:32 +1200 |
commit | 414ba9afe7dcf91cc7064c3c141a61dce6c7b1cc (patch) | |
tree | 83e5dfd770f4cb2f2d1faea7f9055ab1f5e66ede | |
parent | Merge branch 'hotfix/v1.0.1' (diff) | |
download | vim-toggle-flags-414ba9afe7dcf91cc7064c3c141a61dce6c7b1cc.tar.gz vim-toggle-flags-414ba9afe7dcf91cc7064c3c141a61dce6c7b1cc.zip |
Update README.md
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 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 ------- |