blob: 53a12a32e47da79f007fb1d62f0f1c5c055d2cb9 [file] [log] [blame]
" 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