view src/testdir/test22.in @ 27008:499b9122b9ff v8.2.4033

patch 8.2.4033: running filetype tests leaves directory behind Commit: https://github.com/vim/vim/commit/a4c96252b12c9ebc0ba563694c064e500d707b06 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Jan 7 20:07:46 2022 +0000 patch 8.2.4033: running filetype tests leaves directory behind Problem: Running filetype tests leaves directory behind. Solution: Delete the top directory. (closes https://github.com/vim/vim/issues/9483)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Jan 2022 21:15:04 +0100
parents 30bdd2e4a6f9
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