comparison src/testdir/test_increment.ok @ 6927:58d9f967ae1a v7.4.782

patch 7.4.782 Problem: Still a few problems with CTRL-A and CTRL-X in Visual mode. Solution: Fix the reported problems. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Jul 2015 13:03:48 +0200
parents f9876721bedc
children b10995a2f7c3
comparison
equal deleted inserted replaced
6926:b2839b524d9f 6927:58d9f967ae1a
182 0 1 182 0 1
183 1 0 183 1 0
184 1 0 184 1 0
185 185
186 186
187 187 # Test 13
188 S13====
189 max: 100px
190 max: 200px
191 max: 300px
192 max: 400px
193 E13====
194
195 max: 110px
196 max: 210px
197 max: 310px
198 max: 400px
199
200 max: 90px
201 max: 190px
202 max: 290px
203 max: 400px
204
205 # Test 14
206 S14====
207 1 1
208 1 1
209 E14====
210
211 2 2
212 2 2
213
214
215 # Test 15
216 S15====
217 101
218 E15====
219
220 111
221
222
223 # Test 16
224 S16====
225 1
226 19
227 119
228 E16====
229
230 2
231 20
232 120
233
234
235 # Test 17
236 S17====
237 100
238 1
239
240 100
241 1
242 E17====
243
244 101
245 2
246
247 101
248 1
249
250 # Test 18
251 S18====
252 0
253 0
254 0
255 0
256 E18====
257
258 3
259 6
260 9
261 12
188 262
189 263
190 264
191 265
192 ENDTEST 266 ENDTEST