Wednesday, 24 March 2010
VIM: Opening an External File using Wildcards
VIM allows the use of wild cards when opening or reading another file with the proviso that only ONE file may match.
e.g.
:r inc/*export*
or
:etab ../*books/booklist*
e.g.
:r inc/*export*
or
:etab ../*books/booklist*
Labels: wildcards
Subscribe to Posts [Atom]
Post a Comment