view src/testdir/test23.in @ 11217:466657ab7340 v8.0.0495

patch 8.0.0495: quotestar test uses timer instead of timeout commit https://github.com/vim/vim/commit/f5610da7a8a5908e747d1ae39dbed1408bbd2644 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 20 21:47:16 2017 +0100 patch 8.0.0495: quotestar test uses timer instead of timeout Problem: The quotestar test uses a timer instead of a timeout, thus it cannot be rerun like a flaky test. Solution: Remove the timer and add a timeout. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Mon, 20 Mar 2017 22:00:04 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

Tests for complicated + argument to :edit command

STARTTEST
:$-1w! Xfile1
:$w! Xfile2
:edit +1|s/|/PIPE/|w Xfile1| e Xfile2|1 | s/\//SLASH/|w
:w! test.out
:e Xfile1
:w >> test.out
:qa!
ENDTEST

The result should be in Xfile1: "fooPIPEbar", in Xfile2: "fooSLASHbar"
foo|bar
foo/bar