Mercurial > vim
annotate src/testdir/test65.ok @ 9980:b222552cf0c4 v7.4.2263
commit https://github.com/vim/vim/commit/d29459baa61819e59961804ed258efac5733ec70
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Aug 26 22:29:11 2016 +0200
patch 7.4.2263
Problem: :filter does not work for many commands. Can only get matching
messages.
Solution: Make :filter work for :command, :map, :list, :number and :print.
Make ":filter!" show non-matching lines.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 26 Aug 2016 22:30:07 +0200 |
parents | cd145cc2f2c9 |
children |
rev | line source |
---|---|
1621 | 1 Results of test65: |
2 123.456000 | |
3 1.234560e+02 | |
4 123.456 | |
5 += | |
6 7.777 | |
7 6.234 | |
8 8.333 | |
9 == | |
10 1 | |
11 0 | |
12 add-subtract | |
13 5.234 | |
14 -6.766 | |
15 mult-div | |
16 4.936 | |
17 0.003241 | |
18 dict | |
19 {'x': 1.234, 'y': -2.0e20} | |
20 list | |
21 [-123.4, 2.0e-20] | |
22 abs | |
23 1456 | |
24 4 | |
25 -1 | |
26 14.56 | |
27 54.32 | |
28 ceil | |
29 2.0 | |
30 -5.0 | |
31 -4.0 | |
32 floor | |
33 1.0 | |
34 -6.0 | |
35 4.0 | |
36 log10 | |
37 3.0 | |
38 -2.0 | |
39 pow | |
40 27.0 | |
41 65536.0 | |
42 round | |
43 0.0 | |
44 5.0 | |
45 -5.0 | |
46 sqrt | |
47 10.0 | |
48 str2float | |
49 1.0e40 | |
50 trunc | |
51 1.0 | |
52 -5.0 | |
53 4.0 | |
54 float2nr | |
55 123 | |
56 -123 | |
3214 | 57 AND |
58 127 | |
59 16 | |
60 0 | |
61 OR | |
62 23 | |
63 15 | |
64 123 | |
65 XOR | |
66 0 | |
67 111 | |
68 255 | |
69 invert | |
70 65408 | |
71 65519 | |
72 65407 | |
73 0 |