annotate src/testdir/test22.in @ 11012:ae2de10e8398 v8.0.0395

patch 8.0.0395: testing the + register fails with Motif commit https://github.com/vim/vim/commit/f8ab1b14fd972a093e0c12146dd3becd511eb519 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 1 18:30:34 2017 +0100 patch 8.0.0395: testing the + register fails with Motif Problem: Testing the + register fails with Motif. Solution: Also ignore the "failed to create input context" error in the second gvim. Don't use msg() when it would result in a dialog.
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Mar 2017 18:45:04 +0100
parents 3fc0f57ecb91
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 Tests for file with some lines ending in CTRL-M, some not
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 STARTTEST
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 :set ta tx
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 :e!
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 :$-3,$w! test.out
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 :qa!
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 ENDTEST
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10 this lines ends in a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11 this one doesn't
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 this one does
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
13 and the last one doesn't