comparison runtime/doc/vi_diff.txt @ 1118:2b8ff9e3c520

updated for version 7.1a
author vimboss
date Sat, 05 May 2007 17:10:09 +0000
parents 4bac29d27e2f
children 2de44d8f2cf1
comparison
equal deleted inserted replaced
1117:a13e4b242735 1118:2b8ff9e3c520
1 *vi_diff.txt* For Vim version 7.0. Last change: 2006 Apr 24 1 *vi_diff.txt* For Vim version 7.1a. Last change: 2006 Nov 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
23 7. POSIX compliance |posix-compliance| 23 7. POSIX compliance |posix-compliance|
24 24
25 ============================================================================== 25 ==============================================================================
26 1. Simulated command *simulated-command* 26 1. Simulated command *simulated-command*
27 27
28 This command is in Vi, but Vim only simuates it: 28 This command is in Vi, but Vim only simulates it:
29 29
30 *:o* *:op* *:open* 30 *:o* *:op* *:open*
31 :[range]o[pen] Works like |:visual|: end Ex mode. 31 :[range]o[pen] Works like |:visual|: end Ex mode.
32 {Vi: start editing in open mode} 32 {Vi: start editing in open mode}
33 33
951 @{cmdfile} Vile: use {cmdfile} as startup file. 951 @{cmdfile} Vile: use {cmdfile} as startup file.
952 952
953 ============================================================================== 953 ==============================================================================
954 7. POSIX compliance *posix* *posix-compliance* 954 7. POSIX compliance *posix* *posix-compliance*
955 955
956 In 2005 the POSIX test suite was run to check the compatiblity of Vim. Most 956 In 2005 the POSIX test suite was run to check the compatibility of Vim. Most
957 of the test was executed properly. There are the few things where Vim 957 of the test was executed properly. There are the few things where Vim
958 is not POSIX compliant, even when run in Vi compatibility mode. 958 is not POSIX compliant, even when run in Vi compatibility mode.
959 959
960 Set the $VIM_POSIX environment variable to have 'cpoptions' include the POSIX 960 Set the $VIM_POSIX environment variable to have 'cpoptions' include the POSIX
961 flags when Vim starts up. This makes Vim run as POSIX as it can. That's 961 flags when Vim starts up. This makes Vim run as POSIX as it can. That's