Mercurial > vim
view src/testdir/test_comparators.vim @ 20741:fa6f1c97813f v8.2.0923
patch 8.2.0923: cmdline test is slow
Commit: https://github.com/vim/vim/commit/c82dd86084581afa5113b0dd9ade7a631b89b4fc
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 7 17:30:33 2020 +0200
patch 8.2.0923: cmdline test is slow
Problem: Cmdline test is slow.
Solution: Use WaitForAssert().
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 07 Jun 2020 17:45:03 +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