view src/testdir/test73.in @ 2487:7ec9ada2cd81 vim73

Make :find completion consistent between Unix and MS-Windows. Add a test. (Nazri Ramliy)
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Aug 2010 17:07:20 +0200
parents
children 18c04e8d970e
line wrap: on
line source

Tests for find completion.

STARTTEST
:!mkdir -p Xfind/in/path
:e Xfind/file.txt
aHoly Grail:w
:e Xfind/in/file.txt
aJimmy Hoffa:w
:e Xfind/in/path/file.txt
aE.T.:w
:set path=Xfind/**
:set nocp
:find file	
:w! test.out
:find file		
:w >>test.out
:find file			
:w >>test.out
:qa!
ENDTEST