view src/testdir/test_options.in @ 6170:3ee39fe2df7d v7.4.421

updated for version 7.4.421 Problem: Crash when searching for "\ze*". (Urtica Dioica) Solution: Disallow a multi after \ze and \zs.
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Aug 2014 11:56:32 +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