blob: 53a12a32e47da79f007fb1d62f0f1c5c055d2cb9 [file] [log] [blame]
Bram Moolenaar37a8de12015-09-01 16:05:00 +02001" Test for expression comparators. vim: set ft=vim :
2
3
4STARTTEST
5:so small.vim
6:try
7: let oldisident=&isident
8: set isident+=#
9: if 1 is#1
10: $put ='ok'
11: else
12: $put ='ng'
13: endif
14:finally
15: let &isident=oldisident
16:endtry
17:"
18:/^marker/+1,$wq! test.out
19ENDTEST
20
21marker