diff options
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index f3ed086933..ed40642d0c 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -934,6 +934,10 @@ This replaces each 'E' character with a euro sign. Read more in |<Char->|. this (that's a good habit anyway). `:retab!` may also change a sequence of spaces by <Tab> characters, which can mess up a printf(). + A list of tab widths separated by commas may be used + in place of a single tabstop. Each value in the list + represents the width of one tabstop, except the final + value which applies to all following tabstops. *retab-example* Example for using autocommands and ":retab" to edit a file which is stored |