view src/testdir/test_options.in @ 7018:d4e2b9821843

Added tag v7-4-825 for changeset 0dbbdcf13e03
author Bram Moolenaar <bram@vim.org>
date Thu, 13 Aug 2015 22:53:29 +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