diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-02-01 22:37:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-02-01 22:37:05 +0100 |
commit | 5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92 (patch) | |
tree | 7d43f24e26507bdf133aa825e5f6ada25669985b /runtime/doc/change.txt | |
parent | 488a130ea261f02317adc2c2ca93cc6e68cf2c23 (diff) | |
download | vim-git-5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92.tar.gz |
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index ac1b8b686..ad80a3781 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -1,4 +1,4 @@ -*change.txt* For Vim version 7.4. Last change: 2016 Jan 19 +*change.txt* For Vim version 7.4. Last change: 2016 Jan 31 VIM REFERENCE MANUAL by Bram Moolenaar @@ -977,8 +977,6 @@ This replaces each 'E' character with a euro sign. Read more in |<Char->|. `:retab!` may also change a sequence of spaces by <Tab> characters, which can mess up a printf(). {not in Vi} - Not available when |+ex_extra| feature was disabled at - compile time. *retab-example* Example for using autocommands and ":retab" to edit a file which is stored @@ -1354,22 +1352,16 @@ The next three commands always work on whole lines. Center lines in [range] between [width] columns (default 'textwidth' or 80 when 'textwidth' is 0). {not in Vi} - Not available when |+ex_extra| feature was disabled at - compile time. :[range]ri[ght] [width] *:ri* *:right* Right-align lines in [range] at [width] columns (default 'textwidth' or 80 when 'textwidth' is 0). {not in Vi} - Not available when |+ex_extra| feature was disabled at - compile time. *:le* *:left* :[range]le[ft] [indent] Left-align lines in [range]. Sets the indent in the lines to [indent] (default 0). {not in Vi} - Not available when |+ex_extra| feature was disabled at - compile time. *gq* gq{motion} Format the lines that {motion} moves over. |