Mercurial > vim
view src/testdir/test_comparators.in @ 7199:799095feea6d
Added tag v7.4.908 for changeset b58e16f9119e414dcc14580aad994aa37972de65
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 02 Nov 2015 17:45:04 +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