diff --git a/README.md b/README.md index 3e0aad1..cddf4b0 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ require("tabs-vs-spaces").setup { ##  ›  Commands - `:TabsVsSpacesToggle` optional args `on` | `buf_on` | `off` | `buff_off` -- `:TabsVsSpacesStandartize` works for current buffer or selected range `:'<,'>TabsVsSpacesStandartize` +- `:TabsVsSpacesStandardize` works for current buffer or selected range `:'<,'>TabsVsSpacesStandardize` - `:TabsVsSpacesConvert` args `spaces_to_tabs` | `tabs_to_spaces` for current buffer or range. Command args work with completion. diff --git a/doc/tabs-vs-spaces.txt b/doc/tabs-vs-spaces.txt index 91ecc22..ea67610 100644 --- a/doc/tabs-vs-spaces.txt +++ b/doc/tabs-vs-spaces.txt @@ -95,7 +95,7 @@ CONFIG *tabs-vs-spaces-tabs-vs-spaces.nvim-config* - `:TabsVsSpacesToggle` optional args `on` | `buf_on` | `off` | `buff_off` -- `:TabsVsSpacesStandartize` works for current buffer or selected range `:'<,'>TabsVsSpacesStandartize` +- `:TabsVsSpacesStandardize` works for current buffer or selected range `:'<,'>TabsVsSpacesStandardize` - `:TabsVsSpacesConvert` args `spaces_to_tabs` | `tabs_to_spaces` for current buffer or range. Command args work with completion.