Mercurial > vim
view src/testdir/test_comparators.vim @ 20321:7ea995290692
Added tag v8.2.0715 for changeset e501e32a892f57884441097196a4ea74e263ddf5
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 07 May 2020 22:30:05 +0200 |
parents | 140d51d5b5c3 |
children | 08940efa6b4e |
line wrap: on
line source
function Test_Comparators() try let oldisident=&isident set isident+=# call assert_equal(1, 1 is#1) finally let &isident=oldisident endtry endfunction