Mercurial > vim
view src/testdir/test17.in @ 2181:f838615313cd v7.2.441
updated for version 7.2.441
Problem: When using ":earlier" undo information may be wrong.
Solution: When changing alternate branches also adjust b_u_oldhead.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sun, 30 May 2010 16:55:22 +0200 |
parents | 3fc0f57ecb91 |
children | d29aa05b7e31 |
line wrap: on
line source
Tests for "gf" on ${VAR} STARTTEST :so small.vim :if has("ebcdic") : set isfname=@,240-249,/,.,-,_,+,,,$,:,~,{,} :else : set isfname=@,48-57,/,.,-,_,+,,,$,:,~,{,} :endif :if has("unix") :let $CDIR = "." /CDIR :else :if has("amiga") :let $TDIR = "/testdir" :else :let $TDIR = "." :endif /TDIR :endif gf :w! test.out :qa! ENDTEST ${CDIR}/test17a.in $TDIR/test17a.in