Home
last modified time | relevance | path

Searched refs:posix (Results 1 – 18 of 18) sorted by relevance

/vim-8.2.3635/src/
H A DINSTALL204 Add the "-posix" argument to the compiler by using one of these commands:
205 setenv CC 'cc -posix' (csh)
206 export CC='cc -posix' (sh)
H A Dtextobject.c177 int posix = (vim_strchr(p_cpo, CPO_PARA) != NULL); in findpar() local
209 || (posix && what == NUL && *ml_get(curr) == '{'))) in findpar()
/vim-8.2.3635/runtime/syntax/
H A Ddirpager.vim20 ",----[ ls(1posix) ]--------------------------------------------------
H A Dfstab.vim166 syn match fsOptionsKeywords contained /\<\%(posix=*\|uni_xlate=\)/ nextgroup=fsOptionsNumber
212 syn keyword fsOptionsKeywords contained nonumtail posix utf8
H A Dsh.vim430 " available for: bash; ksh (really should be ksh93 only) but not if its a posix
551 " bash ksh posix : ${parameter:offset}
552 " bash ksh posix : ${parameter:offset:length}
786 let b:current_syntax = "posix"
H A Dsamba.vim81 syn keyword sambaKeyword contained lanman msdfs object os2 posix processes
/vim-8.2.3635/runtime/doc/
H A Dvi_diff.txt23 8. POSIX compliance |posix-compliance|
1306 8. POSIX compliance *posix* *posix-compliance*
1323 *posix-screen-size*
H A Dtags6670 ft-posix-syntax syntax.txt /*ft-posix-syntax*
8335 new-posix version7.txt /*new-posix*
8604 posix vi_diff.txt /*posix*
8605 posix-compliance vi_diff.txt /*posix-compliance*
8606 posix-screen-size vi_diff.txt /*posix-screen-size*
H A Dintro.txt285 See |posix-compliance|.
H A Dmotion.txt498 paragraph boundary |posix|.
H A Dsyntax.txt3039 *ft-posix-syntax* *ft-dash-syntax*
3043 shells such as bash, dash, posix, and the Korn shells.
3063 < posix: (using this is nearly the same as setting g:is_kornshell to 1) >
3070 < (dash users should use posix)
H A Doptions.txt1733 |posix-screen-size|.
1787 |posix-compliance|.
2105 variable exists |posix|. This means Vim tries to behave like the
2370 when $VIM_POSIX was set on startup. |posix|
4872 terminal initialization code. Also see |posix-screen-size|.
H A Dversion7.txt34 POSIX compatibility |new-posix|
489 POSIX compatibility *new-posix*
495 variable can be set to get POSIX compatibility. See |posix|.
6755 Problem: Crash when using Cygwin and non-posix path name in tags file.
6756 Solution: Use separate buffer for posix path. (Ben Schmidt)
H A Dtodo.txt3152 Version 1.5 is in ~/src/posix/1.5. (Lynne Canal)
/vim-8.2.3635/src/testdir/
H A Dtest_gui.vim956 call assert_equal(['one two abc three', 'four five posix'], getline(1, '$'))
H A Dtest_autocmd.vim2678 " Tests for SigUSR1 autocmd event, which is only available on posix systems.
H A Dtest_normal.vim1855 paragraph boundary |posix|.
/vim-8.2.3635/src/auto/
H A Dconfigure26 *posix*) :
27 set -o posix ;; #(
15260 *posix*) :
15261 set -o posix ;; #(