Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_bufwintabinfo.vim119 let opts = bufnr()->getbufvar('&')
120 call assert_equal(v:t_dict, type(opts))
121 call assert_equal(8, opts.tabstop)
129 let opts = getwinvar(1, '&')
130 call assert_equal(v:t_dict, type(opts))
131 call assert_equal(0, opts.linebreak)
132 call assert_equal(1, opts.list)
140 let opts = gettabwinvar(1, 1, '&')
141 call assert_equal(v:t_dict, type(opts))
142 call assert_equal(0, opts.linebreak)
[all …]
H A Dtest_channel.vim2104 let opts = []
2112 let opts += [extend({'pty': 1}, x)]
2117 for opt in opts
H A Dtest_popupwin.vim836 let opts = popup_create('', #{textprop: 'textprop'})
839 call popup_create('', opts)
2369 let opts = #{wrap: 0}
2370 let p = popup_create('test', opts)
H A Dtest_python2.vim1082 let val = substitute(vv, '^.opts', 'oval', '')
H A Dtest_python3.vim1277 let val = substitute(vv, '^.opts', 'oval', '')
/vim-8.2.3635/runtime/syntax/
H A D8th.vim108 Builtin opts! app:opts! opts@ app:opts@ orientation app:orientation orientation! app:orientation! …
234 Builtin net-socket net:net-socket opts net:opts port-is-ssl? net:port-is-ssl? post net:post proxy!…
314 … utf8? s:utf8? zt s:zt close sio:close enum sio:enum open sio:open opts! sio:opts! opts@ sio:opts@
H A Dbaan.vim1782 syn keyword baanBshell set.debug.cpu.opts
1783 syn keyword baanBshell get.debug.cpu.opts
/vim-8.2.3635/src/
H A Devalvars.c3694 dict_T *opts = get_winbuf_options(FALSE); in getwinvar() local
3696 if (opts != NULL) in getwinvar()
3698 rettv_dict_set(rettv, opts); in getwinvar()
4166 dict_T *opts = get_winbuf_options(TRUE); in f_getbufvar() local
4168 if (opts != NULL) in f_getbufvar()
4170 rettv_dict_set(rettv, opts); in f_getbufvar()
/vim-8.2.3635/runtime/autoload/
H A Dhaskellcomplete.vim525 \ , "-with-rtsopts=opts"