diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-07 21:49:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-07 21:49:25 +0000 |
commit | f97ca8f0665f4604f7778ea709573d920ab83240 (patch) | |
tree | 97cb260e204e0f453b333bccabe25b599b9b1639 /runtime/doc/vi_diff.txt | |
parent | 2a8d1f877ce28929074964b022a414536b125702 (diff) | |
download | vim-f97ca8f0665f4604f7778ea709573d920ab83240.zip |
updated for version 7.0049
Diffstat (limited to 'runtime/doc/vi_diff.txt')
-rw-r--r-- | runtime/doc/vi_diff.txt | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt index 7d47db4c5..3745b5969 100644 --- a/runtime/doc/vi_diff.txt +++ b/runtime/doc/vi_diff.txt @@ -1,4 +1,4 @@ -*vi_diff.txt* For Vim version 7.0aa. Last change: 2004 Jun 08 +*vi_diff.txt* For Vim version 7.0aa. Last change: 2005 Feb 07 VIM REFERENCE MANUAL by Bram Moolenaar @@ -20,6 +20,7 @@ is missing something or because Posix is beside the mark). 4. The most interesting additions |vim-additions| 5. Other vim features |other-features| 6. Command-line arguments |cmdline-arguments| +7. POSIX compliance |posix-compliance| ============================================================================== 1. Missing commands *missing-commands* @@ -881,4 +882,20 @@ Only Vim is able to accept options in between and after the file names. @{cmdfile} Vile: use {cmdfile} as startup file. +============================================================================== +7. POSIX compliance *posix-compliance* + +In 2005 the POSIX test suite was run to check the compatiblity of Vim. Most +of the test was executed properly. Here are the few things where Vim differs: + +The -w{number} and -w {number} command line arguments are not supported by +Vim. + *posix-screen-size* +The $COLUMNS and $LINES environment variables are ignored by Vim if the size +can be obtained from the terminal in a more reliable way. Set the $VIM_POSIX +environment variable to have $COLUMNS and $LINES overrule sizes obtained in +another way. + + + vim:tw=78:ts=8:ft=help:norl: |