Lines Matching refs:cmd
30 let cmd = GetVimCommand()
31 if cmd == ''
37 let cmd .= ' --servername ' . name
38 let job = job_start(cmd, {'stoponexit': 'kill', 'out_io': 'null'})
84 let cmd = GetVimProg() .. ' --servername ' .. name .. ' --remote Xclientfile'
85 call system(cmd)
89 call system(cmd)
129 let cmd = GetVimProg() .. ' --servername ' .. name
133 call system(cmd .. ' --remote-send ":new Xfile<CR>"')
140 let l = system(cmd .. ' --remote-expr "2 + 2"')
144 call system(cmd .. ' --remote Xfile1 Xfile2 Xfile3')
149 call system(cmd .. ' --remote-tab Xfile1 Xfile2 Xfile3')
156 call system(cmd .. ' --remote-wait +enew Xfile1')
161 call system(cmd .. ' --remote-tabwait +tabonly\|enew Xfile1 Xfile2')
167 let l = split(system(cmd .. ' --remote +pwd'), "\n")
170 let l = system(cmd .. ' --remote-expr "abcd"')