view src/testdir/test_options.in @ 7079:1d7d1607be8a

Added tag v7.4.851 for changeset 383d6f39669b4f8344aef8f710b8d833bf029b27
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Sep 2015 20:30:05 +0200
parents 0a295a3c9e47
children 55c67e16e4fd
line wrap: on
line source

Test for ":options".

STARTTEST
:so small.vim
:let caught = 'ok'
:try
  :options
:catch 
  :let caught = v:throwpoint . "\n" . v:exception
:endtry
:buf 1
:$put =caught
:/^result/,$w! test.out
:qa!
ENDTEST

result