comparison runtime/doc/vi_diff.txt @ 160:7c0820eed232

updated for version 7.0049
author vimboss
date Mon, 07 Feb 2005 21:49:25 +0000
parents 3fc0f57ecb91
children 8b0ee9d57d7f
comparison
equal deleted inserted replaced
159:389c8abd5925 160:7c0820eed232
1 *vi_diff.txt* For Vim version 7.0aa. Last change: 2004 Jun 08 1 *vi_diff.txt* For Vim version 7.0aa. Last change: 2005 Feb 07
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
18 2. Missing options |missing-options| 18 2. Missing options |missing-options|
19 3. Limits |limits| 19 3. Limits |limits|
20 4. The most interesting additions |vim-additions| 20 4. The most interesting additions |vim-additions|
21 5. Other vim features |other-features| 21 5. Other vim features |other-features|
22 6. Command-line arguments |cmdline-arguments| 22 6. Command-line arguments |cmdline-arguments|
23 7. POSIX compliance |posix-compliance|
23 24
24 ============================================================================== 25 ==============================================================================
25 1. Missing commands *missing-commands* 26 1. Missing commands *missing-commands*
26 27
27 This command is in Vi, but not in Vim: 28 This command is in Vi, but not in Vim:
879 880
880 -Z Vim: restricted mode 881 -Z Vim: restricted mode
881 882
882 @{cmdfile} Vile: use {cmdfile} as startup file. 883 @{cmdfile} Vile: use {cmdfile} as startup file.
883 884
885 ==============================================================================
886 7. POSIX compliance *posix-compliance*
887
888 In 2005 the POSIX test suite was run to check the compatiblity of Vim. Most
889 of the test was executed properly. Here are the few things where Vim differs:
890
891 The -w{number} and -w {number} command line arguments are not supported by
892 Vim.
893 *posix-screen-size*
894 The $COLUMNS and $LINES environment variables are ignored by Vim if the size
895 can be obtained from the terminal in a more reliable way. Set the $VIM_POSIX
896 environment variable to have $COLUMNS and $LINES overrule sizes obtained in
897 another way.
898
899
900
884 vim:tw=78:ts=8:ft=help:norl: 901 vim:tw=78:ts=8:ft=help:norl: