Searched refs:shellcmd (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_amiga.c | 1255 char_u *shellcmd = NULL; in mch_call_shell() local 1342 shellcmd = vim_strsave(p_sh); in mch_call_shell() 1343 if (shellcmd == NULL) // out of memory, use Execute in mch_call_shell() 1347 shellarg = skiptowhite(shellcmd); // find start of arguments in mch_call_shell() 1369 x = fexecl((char *)shellcmd, (char *)shellcmd, (char *)shellarg, NULL); in mch_call_shell() 1383 x = fexecl((char *)shellcmd, (char *)shellcmd, (char *)shellarg, in mch_call_shell() 1386 x = fexecl((char *)shellcmd, (char *)shellcmd, (char *)shellarg, in mch_call_shell() 1405 msg_outtrans(shellcmd); in mch_call_shell() 1434 vim_free(shellcmd); in mch_call_shell()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | man.vim | 58 com -nargs=+ -complete=shellcmd Man call s:GetPage(<q-mods>, <f-args>)
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_cmdline.vim | 377 let l = getcompletion('.', 'shellcmd') 381 let l = getcompletion(root, 'shellcmd') 523 let actual = getcompletion('X', 'shellcmd')
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 294 …type function help highlight history locale mapping menu option packadd shellcmd sign syntax synti…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | map.txt | 1471 -complete=shellcmd Shell command
|
| H A D | eval.txt | 5688 shellcmd Shell command
|