Lines Matching refs:option
80 " Check if the option-window is opened horizontally.
82 call assert_notequal('option-window', bufname(''))
84 call assert_equal('option-window', bufname(''))
85 " close option-window
88 " Open the option-window vertically.
90 " Check if the option-window is opened vertically.
92 call assert_notequal('option-window', bufname(''))
94 call assert_equal('option-window', bufname(''))
95 " close option-window
98 " Open the option-window at the top.
104 " Open the option-window at the bottom.
111 " Open the option-window in a new tab.
113 " Check if the option-window is opened in a tab.
115 call assert_notequal('option-window', bufname(''))
117 call assert_equal('option-window', bufname(''))
118 " close option-window
124 call assert_equal('option-window', bufname(''))
200 " Check that it's possible to set the option.
290 " Expanding the option names
294 " Expanding a second set of option names
310 " Expanding an invalid option name
314 " Expanding after a = for a boolean option
318 " Expanding a numeric option
322 " Expanding a non-boolean option
573 call assert_true(found, '/private/tmp not in option bsk: ' . &bsk)
576 call assert_true(found, '/tmp not in option bsk: ' . &bsk)
579 " If our test platform is Windows, the path(s) in option bsk will use
602 " If they're defined, verify they appear in the option value.
609 call assert_true(found, var . ' (' . varvalue . ') not in option bsk: ' . &bsk)
613 " Duplicates from environment variables should be filtered out (option has
642 " Duplicates should be filtered out (option has P_NODUP)
655 " Test copy option from current buffer in window
808 " Test for the 'write' option
818 " Test for 'buftype' option
835 " Test for the 'rightleftcmd' option
858 " Test for the "debug" option
866 " Test for the default CDPATH option
906 " Test for setting an option with local value to global value
923 " Test for setting the global/local value of a boolean option
958 " Test for incrementing, decrementing and multiplying a number option value
970 " Test for setting option values using v:false and v:true
984 " Test for the 'window' option
1015 " Test for the 'winminheight' option
1066 " Test for the 'winminwidth' option
1076 " Test for setting option value containing spaces with isfname+=32
1085 " Test that resetting laststatus does change scroll option
1131 " Test for setting an option to a Vi or Vim default
1147 " Test for the 'cmdheight' option
1157 " To specify a control character as a option value, '^' can be used
1167 " Test for the 'errorbells' option