Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 25 of 87) sorted by relevance

1234

/vim-8.2.3635/src/
H A Djob.c25 opt->jo_set |= jo; in handle_mode()
151 if (handle_mode(item, opt, &opt->jo_mode, JO_MODE) == FAIL) in get_job_options()
158 if (handle_mode(item, opt, &opt->jo_in_mode, JO_IN_MODE) in get_job_options()
166 if (handle_mode(item, opt, &opt->jo_out_mode, JO_OUT_MODE) in get_job_options()
174 if (handle_mode(item, opt, &opt->jo_err_mode, JO_ERR_MODE) in get_job_options()
435 if (opt->jo_term_rows < 0 || opt->jo_term_rows > 1000) in get_job_options()
635 opt->jo_cwd = tv_get_string_buf_chk(item, opt->jo_cwd_buf); in get_job_options()
636 if (opt->jo_cwd == NULL || !mch_isdir(opt->jo_cwd) in get_job_options()
1178 if (opt->jo_stoponexit == NULL || *opt->jo_stoponexit == NUL) in job_set_options()
1289 jobopt_T opt; in job_start() local
[all …]
H A Dterminal.c430 jobopt_T *opt, in term_start() argument
454 || (!(opt->jo_set & JO_OUT_IO) && (opt->jo_set & JO_OUT_BUF)) in term_start()
455 || (!(opt->jo_set & JO_ERR_IO) && (opt->jo_set & JO_ERR_BUF)) in term_start()
552 if (opt->jo_term_rows > 0 && (opt->jo_curwin || vertical)) in term_start()
554 if (opt->jo_term_cols > 0 && (opt->jo_curwin || !vertical)) in term_start()
698 term->tl_api = vim_strnsave(opt->jo_term_api, p - opt->jo_term_api); in term_start()
761 jobopt_T opt; in ex_terminal() local
5279 jobopt_T opt; in term_load_dump() local
6372 jobopt_T opt; in f_term_start() local
6578 jobopt_T *opt, in conpty_term_and_job_init() argument
[all …]
H A Dchannel.c1202 if ((opt->jo_set & JO_OUT_IO) && opt->jo_io[PART_OUT] == JIO_BUFFER) in channel_set_options()
1245 if ((opt->jo_set & JO_ERR_IO) && (opt->jo_io[PART_ERR] == JIO_BUFFER in channel_set_options()
1246 || (opt->jo_io[PART_ERR] == JIO_OUT && (opt->jo_set & JO_OUT_IO) in channel_set_options()
1307 jobopt_T opt; in channel_open_func() local
1375 opt.jo_set = JO_ALL; in channel_open_func()
3854 jobopt_T opt; in common_channel_read() local
3875 part = opt.jo_part; in common_channel_read()
3915 id = opt.jo_id; in common_channel_read()
4218 jobopt_T *opt, in send_common() argument
5036 jobopt_T opt; in f_ch_setoptions() local
[all …]
H A Dif_cscope.c35 static int cs_find_common(char *opt, char *pat, int, int, int, char_u *cmdline);
1012 char *opt, *pat; in cs_find() local
1021 if ((opt = strtok((char *)NULL, (const char *)" ")) == NULL) in cs_find()
1027 pat = opt + strlen(opt) + 1; in cs_find()
1042 return cs_find_common(opt, pat, eap->forceit, TRUE, in cs_find()
1052 char *opt, in cs_find_common() argument
1068 switch (opt[0]) in cs_find_common()
1098 cmdletter = opt[0]; in cs_find_common()
1125 cmd = cs_create_cmd(opt, pat); in cs_find_common()
1163 (void)semsg(_("E259: no matches found for cscope query %s of %s"), opt, pat); in cs_find_common()
H A Dif_tcl.c500 int opt, err, idx, flags; in bufselfcmd() local
535 opt = 0; in bufselfcmd()
573 opt = 1; in bufselfcmd()
586 if (opt) in bufselfcmd()
835 opt = 1; in bufselfcmd()
847 if (opt) in bufselfcmd()
H A Dbuffer.c4136 char_u opt; in build_stl_str_hl() local
4483 opt = *s++; in build_stl_str_hl()
4491 switch (opt) in build_stl_str_hl()
4501 t = (opt == STL_FULLPATH) ? wp->w_buffer->b_ffname in build_stl_str_hl()
4506 if (opt != STL_FILENAME) in build_stl_str_hl()
4629 if (opt == STL_VIRTCOL_ALT in build_stl_str_hl()
4704 str = (char_u *)((opt == STL_HELPFLAG_ALT) ? ",HLP" in build_stl_str_hl()
4751 switch ((opt == STL_MODIFIED_ALT) in build_stl_str_hl()
4846 if (opt == STL_VIRTCOL_ALT) in build_stl_str_hl()
4860 if (opt == STL_VIRTCOL_ALT) in build_stl_str_hl()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_autocmd.vim655 call assert_equal(g:opt[0], g:opt[1])
661 call assert_equal(g:opt[0], g:opt[1])
667 call assert_equal(g:opt[0], g:opt[1])
673 call assert_equal(g:opt[0], g:opt[1])
679 call assert_equal(g:opt[0], g:opt[1])
685 call assert_equal(g:opt[0], g:opt[1])
693 call assert_equal(g:opt[0], g:opt[1])
700 call assert_equal(g:opt[0], g:opt[1])
706 call assert_equal(g:opt[0], g:opt[1])
712 call assert_equal(g:opt[0], g:opt[1])
[all …]
H A Dtest_packadd.vim8 let s:plugdir = s:topdir . '/pack/mine/opt/mytest'
63 " NOTE: '/.../opt/myte' forwardly matches with '/.../opt/mytest'
127 let s:plugdir = top2_dir . '/pack/mine/opt/mytest'
138 call assert_match('/pack/mine/opt/mytest,', &rtp)
161 let s:plugdir = top2_dir . '/pack/mine/opt/mytest'
172 call assert_match('/Xdir2/pack/mine/opt/mytest,', &rtp)
188 let optdir1 = &packpath . '/pack/mine/opt'
189 let optdir2 = &packpath . '/pack/candidate/opt'
271 let colordiropt = &packpath . '/pack/mine/opt/bar/colors'
314 let optdir = &packpath . '/pack/mine/opt/bar/extra'
[all …]
H A Dtest_hardcopy.vim9 for opt in ['left:5in,right:10pt,top:8mm,bottom:2pc',
33 exe 'set printoptions=' .. opt
37 call assert_true(len(lines) > 20, opt)
38 call assert_true(lines[0] =~ 'PS-Adobe', opt)
55 for opt in [':WadaMin-Regular,b:WadaMin-Bold,i:WadaMin-Italic,o:WadaMin-Bold-Italic,c:yes,a:no',
57 exe 'set printmbfont=' .. opt
61 call assert_true(len(lines) > 20, opt)
62 call assert_true(lines[0] =~ 'PS-Adobe', opt)
H A Dtest_startup.vim567 for opt in ['-Y', '--does-not-exist']
568 let out = split(system(GetVimCommand() .. ' ' .. opt), "\n")
571 call assert_equal('Unknown option argument: "' .. opt .. '"', out[1])
576 let out = split(system(GetVimCommand() .. ' ' .. opt), "\n")
579 call assert_equal('Argument missing after: "' .. opt .. '"', out[1])
590 let out = split(system(GetVimCommand() .. ' ' .. opt), "\n")
628 for opt in ['-t', '-q']
637 for opt in [' -cq', ' --cmd q', ' +', ' -S foo']
638 let out = split(system(GetVimCommand() .. repeat(opt, 11)), "\n")
654 for opt in ['--socketid x', '--socketid 0xg']
[all …]
H A Dtest_python3.vim398 exe "call assert_equal(opt[2], &" .. opt[0] .. ")"
399 exe "call assert_equal(opt[1], &g:" .. opt[0] .. ")"
400 exe "call assert_equal(opt[2], &l:" .. opt[0] .. ")"
402 exe "call assert_equal(opt[1], &" .. opt[0] .. ")"
403 exe "call assert_equal(opt[1], &g:" .. opt[0] .. ")"
404 exe "call assert_equal(opt[3], &l:" .. opt[0] .. ")"
420 exe "call assert_equal(opt[2], &" .. opt[0] .. ")"
421 exe "call assert_equal(opt[1], &g:" .. opt[0] .. ")"
422 exe "call assert_equal(opt[2], &l:" .. opt[0] .. ")"
424 exe "call assert_equal(opt[1], &" .. opt[0] .. ")"
[all …]
H A Dtest_gf.vim12 \ "fifth test for URL://machine.name/tmp?q=vim&opt=yes and other text",
36 call assert_equal("URL://machine.name/tmp?q=vim&opt=yes", expand("<cfile>"))
/vim-8.2.3635/runtime/doc/
H A Dediting.txt206 :e[dit]! [++opt] [+cmd]
261 :ex [++opt] [+cmd] [file]
457 *++opt* *[++opt]*
727 :rew[ind] [++opt] [+cmd]
733 :rew[ind]! [++opt] [+cmd]
739 :fir[st][!] [++opt] [+cmd]
743 :la[st] [++opt] [+cmd]
749 :la[st]! [++opt] [+cmd]
755 :[count]wn[ext] [++opt]
891 For ++opt see |++opt|, but only ++bin, ++nobin, ++ff
[all …]
H A Dwindows.txt170 Also see |++opt| and |+cmd|.
191 :[N]new [++opt] [+cmd] *:new*
197 Also see |++opt| and |+cmd|.
210 :[N]new [++opt] [+cmd] {file}
218 Also see |++opt|.
709 :sre[wind][!] [++opt] [+cmd]
715 :sfir[st] [++opt] [+cmd]
719 :sla[st][!] [++opt] [+cmd]
725 :dr[op] [++opt] [+cmd] {file} ..
739 Also see |++opt| and |+cmd|.
[all …]
H A Drepeat.txt233 OPT search under "opt" in 'packpath'
234 PACK search under "start" and "opt" in
237 under "start" and "opt" in 'packpath'
256 pack/*/opt/{name} ~
259 If the directory pack/*/opt/{name}/after exists it is
268 pack/*/opt/{name}/plugin/**/*.vim ~
577 pack/foo/opt/foodebug/plugin/debugger.vim
647 you put them below "pack/*/opt", for example
648 ".vim/pack/mycolors/opt/dark/colors/very_dark.vim".
688 opt/fooextra/doc/tags " help tags
[all …]
H A Dif_tcl.txt92 ::vim::option {opt} # Get vim option.
93 ::vim::option {opt} {val} # Set vim option.
146 ::vim::option {opt} *tcl-option*
147 ::vim::option {opt} {value}
248 $win option {opt} [val] # Get/Set vim option in windows context.
290 $win option {opt} [val] *tcl-window-option*
332 $buf option {opt} [val] # Get/Set vim option in buffers context.
415 $buf option {opt} [val] *tcl-buffer-option*
H A Ddiff.txt382 let opt = ""
384 let opt = opt . "-i "
387 let opt = opt . "-b "
389 silent execute "!diff -a --binary " . opt . v:fname_in . " " . v:fname_new .
/vim-8.2.3635/src/proto/
H A Djob.pro2 void clear_job_options(jobopt_T *opt);
3 void free_job_options(jobopt_T *opt);
4 int get_job_options(typval_T *tv, jobopt_T *opt, int supported, int supported2);
14 void job_set_options(job_T *job, jobopt_T *opt);
H A Dterminal.pro2 void init_job_options(jobopt_T *opt);
3 buf_T *term_start(typval_T *argvar, char **argv, jobopt_T *opt, int flags);
H A Dex_cmds.pro11 void append_redir(char_u *buf, int buflen, char_u *opt, char_u *fname);
/vim-8.2.3635/
H A DFilelist768 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim \
769 runtime/pack/dist/opt/dvorak/plugin/dvorak.vim \
770 runtime/pack/dist/opt/dvorak/dvorak/enable.vim \
771 runtime/pack/dist/opt/dvorak/dvorak/disable.vim \
773 runtime/pack/dist/opt/justify/plugin/justify.vim \
774 runtime/pack/dist/opt/matchit/plugin/matchit.vim \
775 runtime/pack/dist/opt/matchit/doc/matchit.txt \
776 runtime/pack/dist/opt/matchit/doc/tags \
777 runtime/pack/dist/opt/matchit/autoload/*.vim \
778 runtime/pack/dist/opt/shellmenu/plugin/shellmenu.vim \
[all …]
/vim-8.2.3635/runtime/syntax/
H A Ddracula.vim41 syn match draculaStatement "filter-lay-opt"
42 syn match draculaStatement "filter-sch-opt"
/vim-8.2.3635/src/tee/
H A Dtee.c86 int opt; in main() local
/vim-8.2.3635/src/xxd/
H A DMake_vms.mms53 CFLAGS = /opt$(PREFIX)/include=[]
/vim-8.2.3635/runtime/compiler/
H A Docaml.vim22 " So having it here makes people opt-in

1234