Mercurial > vim
view src/testdir/test_comparators.in @ 7778:4e09a38129a3 v7.4.1186
commit https://github.com/vim/vim/commit/4a1314cb9c1847dc32ceeb3eebeae123ef10b16e
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jan 27 20:47:18 2016 +0100
patch 7.4.1186
Problem: Error messages for security context are hard to translate.
Solution: Use one string with %s. (Ken Takata)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 27 Jan 2016 21:00:05 +0100 |
parents | 5fc5c5bf2233 |
children |
line wrap: on
line source
" Test for expression comparators. vim: set ft=vim : STARTTEST :so small.vim :try : let oldisident=&isident : set isident+=# : if 1 is#1 : $put ='ok' : else : $put ='ng' : endif :finally : let &isident=oldisident :endtry :" :/^marker/+1,$wq! test.out ENDTEST marker