home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / unix / vim-6.2.tar.bz2 / vim-6.2.tar / vim62 / src / testdir / test23.in < prev    next >
Encoding:
Text File  |  2000-12-02  |  282 b   |  16 lines

  1. Tests for complicated + argument to :edit command
  2.  
  3. STARTTEST
  4. :$-1w! Xfile1
  5. :$w! Xfile2
  6. :edit +1|s/|/PIPE/|w Xfile1| e Xfile2|1 | s/\//SLASH/|w
  7. :w! test.out
  8. :e Xfile1
  9. :w >> test.out
  10. :qa!
  11. ENDTEST
  12.  
  13. The result should be in Xfile1: "fooPIPEbar", in Xfile2: "fooSLASHbar"
  14. foo|bar
  15. foo/bar
  16.