Lines Matching refs:local
381 " Test for using a window local value for 'listchars'
386 " set a local value for 'listchars'
389 " When local value is reset, global value should be used
400 " Changing global setting should not change the local setting
404 " when split opening a new window, local value should be copied
407 " clearing local value in one window should not change the other window
425 " changing the global setting should not change the local value
431 " Using setglobal in a window with local setting should not affect the
448 " using a local setting.
456 " Setting the local setting to the default value should not impact a window
467 " Using set in a window with a local setting should change it to use the
477 " Setting invalid value for a local setting should not impact the local and
487 " Setting invalid value for a global setting should not impact the local and
497 " Closing window with local lcs-multispace should not cause a memory leak.