Mercurial > vim
view src/testdir/test_comparators.vim @ 18207:f93c2b6f7167 v8.1.2098
patch 8.1.2098: mksession test fails on MS-Windows
Commit: https://github.com/vim/vim/commit/37ac4a531ce58daa201e3e045ef553734eaa432a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Sep 28 19:29:04 2019 +0200
patch 8.1.2098: mksession test fails on MS-Windows
Problem: mksession test fails on MS-Windows.
Solution: Skip testing with backslashes on MS-Windows.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 28 Sep 2019 19:30: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