view src/testdir/test_comparators.in @ 7610:a49853dd0ccf

Added tag v7.4.1104 for changeset 77a14f3bc18bcaef000e1b5eb99b3d6d1ebb65a1
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jan 2016 16:30:05 +0100
parents 5fc5c5bf2233
children
line wrap: on
line source

" Test for expression comparators.   vim: set ft=vim :


STARTTEST
:so small.vim
:try
:  let oldisident=&isident
:  set isident+=#
:  if 1 is#1
:    $put ='ok'
:  else
:    $put ='ng'
:  endif
:finally
:  let &isident=oldisident
:endtry
:"
:/^marker/+1,$wq! test.out
ENDTEST

marker