annotate src/testdir/test90.ok @ 10696:689e88afdd11 v8.0.0238

patch 8.0.0238: bracketed paste does not disable autoindent commit https://github.com/vim/vim/commit/9e817c8a31232eda57963215eb16ee5b1ceefa7b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 25 21:36:17 2017 +0100 patch 8.0.0238: bracketed paste does not disable autoindent Problem: When using bracketed paste autoindent causes indent to be increased. Solution: Disable 'ai' and set 'paste' temporarily. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Wed, 25 Jan 2017 21:45:04 +0100
parents 80ffecafc8f9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4128
80ffecafc8f9 Add test files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
1 start:
80ffecafc8f9 Add test files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
2 test for empty string: ok
80ffecafc8f9 Add test files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
3 test for 1 char: ok
80ffecafc8f9 Add test files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
4 test for 3 chars: ok
80ffecafc8f9 Add test files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
5 test for contains meta char: ok
80ffecafc8f9 Add test files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
6 test for contains non-ascii char: ok