comparison runtime/doc/change.txt @ 7876:93f747af7b58

commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 1 22:37:05 2016 +0100 Updated runtime files and translations.
author Christian Brabandt <cb@256bit.org>
date Mon, 01 Feb 2016 22:45:06 +0100
parents 20dc2763a3b9
children abd64cf67bcf
comparison
equal deleted inserted replaced
7875:12cae879b674 7876:93f747af7b58
1 *change.txt* For Vim version 7.4. Last change: 2016 Jan 19 1 *change.txt* For Vim version 7.4. Last change: 2016 Jan 31
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
975 inside of strings in a C program. Use "\t" to avoid 975 inside of strings in a C program. Use "\t" to avoid
976 this (that's a good habit anyway). 976 this (that's a good habit anyway).
977 `:retab!` may also change a sequence of spaces by 977 `:retab!` may also change a sequence of spaces by
978 <Tab> characters, which can mess up a printf(). 978 <Tab> characters, which can mess up a printf().
979 {not in Vi} 979 {not in Vi}
980 Not available when |+ex_extra| feature was disabled at
981 compile time.
982 980
983 *retab-example* 981 *retab-example*
984 Example for using autocommands and ":retab" to edit a file which is stored 982 Example for using autocommands and ":retab" to edit a file which is stored
985 with tabstops at 8 but edited with tabstops set at 4. Warning: white space 983 with tabstops at 8 but edited with tabstops set at 4. Warning: white space
986 inside of strings can change! Also see 'softtabstop' option. > 984 inside of strings can change! Also see 'softtabstop' option. >
1352 1350
1353 :[range]ce[nter] [width] *:ce* *:center* 1351 :[range]ce[nter] [width] *:ce* *:center*
1354 Center lines in [range] between [width] columns 1352 Center lines in [range] between [width] columns
1355 (default 'textwidth' or 80 when 'textwidth' is 0). 1353 (default 'textwidth' or 80 when 'textwidth' is 0).
1356 {not in Vi} 1354 {not in Vi}
1357 Not available when |+ex_extra| feature was disabled at
1358 compile time.
1359 1355
1360 :[range]ri[ght] [width] *:ri* *:right* 1356 :[range]ri[ght] [width] *:ri* *:right*
1361 Right-align lines in [range] at [width] columns 1357 Right-align lines in [range] at [width] columns
1362 (default 'textwidth' or 80 when 'textwidth' is 0). 1358 (default 'textwidth' or 80 when 'textwidth' is 0).
1363 {not in Vi} 1359 {not in Vi}
1364 Not available when |+ex_extra| feature was disabled at
1365 compile time.
1366 1360
1367 *:le* *:left* 1361 *:le* *:left*
1368 :[range]le[ft] [indent] 1362 :[range]le[ft] [indent]
1369 Left-align lines in [range]. Sets the indent in the 1363 Left-align lines in [range]. Sets the indent in the
1370 lines to [indent] (default 0). {not in Vi} 1364 lines to [indent] (default 0). {not in Vi}
1371 Not available when |+ex_extra| feature was disabled at
1372 compile time.
1373 1365
1374 *gq* 1366 *gq*
1375 gq{motion} Format the lines that {motion} moves over. 1367 gq{motion} Format the lines that {motion} moves over.
1376 Formatting is done with one of three methods: 1368 Formatting is done with one of three methods:
1377 1. If 'formatexpr' is not empty the expression is 1369 1. If 'formatexpr' is not empty the expression is