| /vim-8.2.3635/runtime/doc/ |
| H A D | develop.txt | 260 is.*() POSIX, ctype.h 261 to.*() POSIX, ctype.h 263 d_.* POSIX, dirent.h 264 l_.* POSIX, fcntl.h 265 gr_.* POSIX, grp.h 266 pw_.* POSIX, pwd.h 267 sa_.* POSIX, signal.h 268 mem.* POSIX, string.h 271 st_.* POSIX, stat.h 273 tm_.* POSIX, time.h [all …]
|
| H A D | vi_diff.txt | 12 Vim is mostly POSIX 1003.2-1 compliant. The only command known to be missing 23 8. POSIX compliance |posix-compliance| 1306 8. POSIX compliance *posix* *posix-compliance* 1308 In 2005 the POSIX test suite was run to check the compatibility of Vim. Most 1310 is not POSIX compliant, even when run in Vi compatibility mode. 1312 Set the $VIM_POSIX environment variable to have 'cpoptions' include the POSIX 1313 flags when Vim starts up. This makes Vim run as POSIX as it can. That's 1321 This is where Vim does not behave as POSIX specifies and why: 1330 POSIX specifies it does. Add the '{' flag to 'cpoptions' if you want 1331 it the POSIX way. [all …]
|
| H A D | pattern.txt | 1187 (Note: POSIX does not support the use of a backslash this way). For
|
| H A D | version7.txt | 34 POSIX compatibility |new-posix| 489 POSIX compatibility *new-posix* 492 The POSIX test suite was used to verify POSIX compatibility. A number of 493 problems have been fixed to make Vim more POSIX compatible. Some of them 495 variable can be set to get POSIX compatibility. See |posix|. 497 Items that were fixed for both Vi and POSIX compatibility: 1975 Vim is not fully POSIX compliant but sticks with traditional Vi behavior. 1976 Added a few flags in 'cpoptions' to behave the POSIX way when wanted. The
|
| H A D | todo.txt | 3151 - Try new POSIX tests, made after my comments. (Geoff Clare, 2005 April 7) 5482 p use Perl regexp syntax (or POSIX?) 6298 POSIX: Commands where flags shall apply to all lines written: list,
|
| H A D | options.txt | 2103 NOTE: This option is set to the POSIX default value at startup when 2106 POSIX specification. 2369 POSIX flags. These are not included in the Vi default value, except 6863 POSIX default: "AS")
|
| H A D | version5.txt | 1276 Renamed a lot of functions, to avoid clashes with POSIX name space. 2481 POSIX compatible character classes for regexp patterns: [:alnum:], [:alpha:],
|
| H A D | eval.txt | 8830 of the "POSIX" or "C" |locale|
|
| H A D | version6.txt | 1116 ACL is also supported for AIX, Solaris and generic POSIX. (Tomas Ogren)
|
| /vim-8.2.3635/src/ |
| H A D | os_qnx.h | 15 #define POSIX // Used by pty.c macro
|
| H A D | pty.c | 150 # ifdef POSIX in initmaster()
|
| H A D | config.h.in | 308 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 311 /* Define if you have a <sys/wait.h> that is not POSIX.1 compatible. */
|
| H A D | configure.ac | 3275 dnl If sys/wait.h is not found it might still exist but not be POSIX 3981 AC_MSG_CHECKING(for POSIX ACL support)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | make.vim | 57 …LES\|KEEP_STATE\|LIBPATTERNS\|NOTPARALLEL\|DELETE_ON_ERROR\|INTERMEDIATE\|POSIX\|SECONDARY\)\>\s*:… 60 …LES\|KEEP_STATE\|LIBPATTERNS\|NOTPARALLEL\|DELETE_ON_ERROR\|INTERMEDIATE\|POSIX\|SECONDARY\)\>\s*:…
|
| H A D | c.vim | 347 " Add POSIX signals as well... 354 " POSIX 2001 356 " non-POSIX signals 358 " Add POSIX errors as well. List comes from:
|
| H A D | psf.vim | 3 " (POSIX 1387.2-1995).
|
| H A D | desktop.vim | 58 …\ /\[\%(C\|POSIX\|[a-z]\{2,4}\%(_[A-Z0-9]\{2,3}\)\?\)\%(\.[A-Za-z0-9_-]\+\)\?\%(@[A-Za-z]\+\)\?\]\…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test77a.in | 8 cksum is part of POSIX and so should be available on most Unixes.
|
| H A D | test_file_size.vim | 8 " cksum is part of POSIX and so should be available on most Unixes.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | awk.vim | 41 let path = substitute(path, '^\.\=:\|:\.\=$\|:\.\=:', ',,', 'g') " POSIX cwd
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | run-test.pl | 8 use POSIX qw( WIFEXITED WEXITSTATUS WIFSIGNALED WTERMSIG );
|
| /vim-8.2.3635/runtime/ |
| H A D | scripts.vim | 416 elseif expand("%") =~# '\a\a_\a\a\($\|[.@]\)\|i18n$\|POSIX$\|translit_'
|
| H A D | filetype.vim | 1379 " Software Distributor Product Specification File (POSIX 1387.2-1995)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | haskellcomplete.vim | 3212 \ , "Data.Time.Clock.POSIX"
|
| /vim-8.2.3635/src/auto/ |
| H A D | configure | 486 …{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit …
|