Lines Matching refs:opt
8 let s:plugdir = s:topdir . '/pack/mine/opt/mytest'
54 call assert_match('/testdir/Xdir/pack/mine/opt/mytest\($\|,\)', &rtp)
56 let new_after = match(&rtp, '/testdir/Xdir/pack/mine/opt/mytest/after,')
63 " NOTE: '/.../opt/myte' forwardly matches with '/.../opt/mytest'
70 call assert_match('/testdir/Xdir/pack/mine/opt/myte\($\|,\)', &rtp)
109 call assert_match('testdir/Xdir/pack/mine/opt/mytest\($\|,\)', &rtp)
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'
291 let colordiropt = &packpath . '/pack/mine/opt/bar/colors'
314 let optdir = &packpath . '/pack/mine/opt/bar/extra'
321 call writefile(['let g:sequence .= "opt"'], optdir . '/bar.vim')
333 call assert_equal('opt', g:sequence)