Mercurial > vim
view src/testdir/test_comparators.vim @ 34637:9c1cf3d07957
Added tag v9.1.0204 for changeset c94ef945830982c9e84dda3a31530a3fbbb2af84
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 25 Mar 2024 16:45:05 +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