Mercurial > vim
view src/testdir/test23.in @ 7177:c4d677c50b9b v7.4.899
commit https://github.com/vim/vim/commit/c92399f4ee6d0289dbe5d708d14a84e32f617bd5
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Oct 25 13:55:00 2015 +0100
patch 7.4.899
Problem: README file is not optimal.
Solution: Move buttons, update some text. (closes #460)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 25 Oct 2015 14: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