Mercurial > vim
view src/testdir/test17.in @ 3121:4b8c614c1c91 v7.3.331
updated for version 7.3.331
Problem: "vit" selects wrong text when a tag name starts with the same text
as an outer tag name. (Ben Fritz)
Solution: Add "\>" to the pattern to check for word boundary.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 04 Oct 2011 17:00:20 +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