Mercurial > vim
view src/testdir/test_comparators.vim @ 34668:79db613c6126
Added tag v9.1.0216 for changeset 968626cf50fa2fdde84cade917ea287fde1317c2
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 28 Mar 2024 10:15:11 +0100 |
parents | 08940efa6b4e |
children |
line wrap: on
line source
" Test for comparators function Test_Comparators() try let oldisident=&isident set isident+=# call assert_equal(1, 1 is#1) finally let &isident=oldisident endtry endfunction " vim: shiftwidth=2 sts=2 expandtab