Searched refs:opts (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_bufwintabinfo.vim | 119 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 D | test_channel.vim | 2104 let opts = [] 2112 let opts += [extend({'pty': 1}, x)] 2117 for opt in opts
|
| H A D | test_popupwin.vim | 836 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 D | test_python2.vim | 1082 let val = substitute(vv, '^.opts', 'oval', '')
|
| H A D | test_python3.vim | 1277 let val = substitute(vv, '^.opts', 'oval', '')
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | 8th.vim | 108 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 D | baan.vim | 1782 syn keyword baanBshell set.debug.cpu.opts 1783 syn keyword baanBshell get.debug.cpu.opts
|
| /vim-8.2.3635/src/ |
| H A D | evalvars.c | 3694 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 D | haskellcomplete.vim | 525 \ , "-with-rtsopts=opts"
|