| /vim-8.2.3635/src/ |
| H A D | link.sh | 22 if sh link.cmd; then 53 if sh link.cmd; then 55 cp link.cmd linkit.sh 67 sed -f link1.sed <linkit2.sh >linkit.sh 74 if sh linkit.sh >>auto/link.log 2>&1; then 85 cp link.cmd linkit.sh 89 cp link.cmd linkit.sh 111 cat linkit.sh 112 if sh linkit.sh; then 127 if sh link.cmd; then [all …]
|
| H A D | Makefile | 1477 SHELL = /bin/sh 1482 MKDIR_P = $(SHELL) install-sh -c -d 2152 sh $(srcdir)/link.sh 2354 sh $(srcdir)/link.sh 2361 sh $(srcdir)/link.sh 2368 sh $(srcdir)/link.sh 2375 sh $(srcdir)/link.sh 2512 chmod $(SCRIPTMOD) $(DEST_MACRO)/less.sh 2623 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \ 3086 CC="$(CC) $(OSDEF_CFLAGS)" srcdir=$(srcdir) sh $(srcdir)/osdef.sh [all …]
|
| H A D | installml.sh | 52 /bin/sh install-sh -c -d $destdir
|
| H A D | installman.sh | 42 /bin/sh install-sh -c -d $destdir
|
| /vim-8.2.3635/src/testdir/ |
| H A D | Makefile | 44 @/bin/sh -c "if test -f test.log; \ 52 @/bin/sh -c "if test -f test.log; \ 106 @-/bin/sh -c "sleep .2 > /dev/null 2>&1 || sleep 1" 110 @/bin/sh -c "if test -f test.out; then \ 117 @/bin/sh -c "if test -f valgrind; then\ 129 @/bin/sh -c "if test -f messages; then cat messages; fi" 163 @-/bin/sh -c "sleep .2 > /dev/null 2>&1 || sleep 1" 165 @/bin/sh -c "if test -f benchmark.out; then cat benchmark.out; fi"
|
| H A D | test_suspend.vim | 22 CheckExecutable /bin/sh 24 let buf = term_start('/bin/sh') 66 CheckExecutable /bin/sh 68 let buf = term_start('/bin/sh', #{term_rows: 6})
|
| H A D | test_shell.vim | 12 let shells += [['sh', '-c', '2>&1| tee', '', '>%s 2>&1', '', ''], 34 \ ['sh.exe', '-c', '>%s 2>&1', '', '>%s 2>&1', '"&|<>()@^', '"'], 167 \ ['sh', '-c', '/', '/']] 188 call writefile(['#!/bin/sh', 'echo "Cmd: [$*]" > Xlog'], 'Xtestshell') 227 let $SHELL = '/bin/with space/sh' 228 let expected = '/bin/with\ space/sh'
|
| H A D | test_terminal2.vim | 197 \ '#!/bin/sh', 200 \ ], 'Xechoerrout.sh') 201 call setfperm('Xechoerrout.sh', 'rwxrwx---') 204 let buf = term_start(['./Xechoerrout.sh'], {'out_io': 'file', 'out_name': outfile}) 212 call delete('Xechoerrout.sh') 225 let buf = term_start('/bin/sh') 310 " let filename .= '.sh' 312 " let contents = ['#!/bin/sh', 'exit $1']
|
| H A D | unix.vim | 2 " Always use "sh", don't use the value of "$SHELL". 3 set shell=sh
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | config.vim | 16 let s:browsefilter = "Bourne Shell Files (*.sh)\t*.sh\n" . 20 runtime! ftplugin/sh.vim ftplugin/sh_*.vim ftplugin/sh/*.vim
|
| H A D | bash.vim | 7 " to "bash" in the modeline, and gets the effect of filetype "sh" with 18 runtime! ftplugin/sh.vim ftplugin/sh_*.vim ftplugin/sh/*.vim
|
| H A D | sh.vim | 2 " Language: sh 28 let b:browsefilter="Bourne Shell Scripts (*.sh)\t*.sh\n" .
|
| /vim-8.2.3635/src/po/ |
| H A D | Make_ming.mak | 14 ifeq (sh.exe, $(SHELL)) 25 ifeq (sh.exe, $(SHELL)) 37 ifeq (sh.exe, $(SHELL)) 47 ifeq (sh.exe, $(SHELL)) 113 ifeq (sh.exe, $(SHELL))
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sh.vim | 2 " Language: shell (sh) Korn shell (ksh) bash (sh) 28 if executable("/bin/sh") 29 let s:shell = resolve("/bin/sh") 30 elseif executable("/usr/bin/sh") 31 let s:shell = resolve("/usr/bin/sh") 43 " handling /bin/sh with is_kornshell/is_sh {{{1 44 " b:is_sh will be set when "#! /bin/sh" is found; 46 " or kornshell (typically workstations with Posix "sh"). 132 " sh syntax is case sensitive {{{1 575 " Additional sh Keywords: {{{1 [all …]
|
| H A D | bash.vim | 11 " The actual syntax is in sh.vim and controlled by buffer-local variables. 16 runtime! syntax/sh.vim
|
| H A D | upstart.vim | 10 " It is inspired by the initng syntax file and includes sh.vim to do the 19 syn include @Shell syntax/sh.vim 95 " SysV umountnfs.sh
|
| H A D | initng.vim | 9 " Syntax highlighting for initng .i files. Inherits from sh.vim and adds 24 syn include @shTop syntax/sh.vim
|
| H A D | tpp.vim | 49 if main_syntax !=# 'sh' 51 syn include @tppShExec syntax/sh.vim
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | zsh.vim | 13 " Same as sh indenting for now. 14 runtime! indent/sh.vim
|
| H A D | bash.vim | 11 " The actual indenting is in sh.vim and controlled by buffer-local variables. 16 runtime! indent/sh.vim
|
| H A D | sh.vim | 8 " Repository: https://github.com/chrisbra/vim-sh-indent 14 " https://github.com/chrisbra/vim-sh-indent/issues/15 16 " https://github.com/chrisbra/vim-sh-indent/issues/14 18 " https://github.com/chrisbra/vim-sh-indent/issues/13 20 " fixes https://github.com/chrisbra/vim-sh-indent/issues/11
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | vimspell.txt | 1 vimspell.sh 12 noremap <F8> :so `vimspell.sh %`<CR><CR>
|
| /vim-8.2.3635/ |
| H A D | Filelist | 21 ci/build-snd-dummy.sh \ 24 ci/load-snd-dummy.sh \ 25 ci/setup-xvfb.sh \ 455 src/link.sh \ 456 src/installman.sh \ 457 src/installml.sh \ 458 src/install-sh \ 462 src/osdef.sh \ 465 src/pathdef.sh \ 484 src/which.sh \ [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | context.vim | 17 function! s:sh() 20 \ : ['/bin/sh', '-c'] 97 … \ job_start(add(s:sh(), context#command() . ' ' . shellescape(fnamemodify(a:path, ":t"))), {
|
| /vim-8.2.3635/runtime/ |
| H A D | scripts.vim | 63 " tcl scripts may have #!/bin/sh in the first line and "exec wish" in the 69 " Bourne-like shell scripts: bash bash2 ksh ksh93 sh 70 if s:name =~# '^\(bash\d*\|\|ksh\d*\|sh\)\>' 212 " Bourne-like shell scripts: sh ksh bash bash2 218 …n".s:line2."\n".s:line3."\n".s:line4."\n".s:line5 =~# '\n\s*emulate\s\+\%(-[LR]\s\+\)\=[ckz]\=sh\>'
|