From b90378dfb01c5cca5ef8400acae6208476bc2647 Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Sat, 16 May 2015 15:09:40 -0300 Subject: options: Enable &wildmenu, use "list:longest,full" for &wildmode by default #2677 --- src/nvim/testdir/test73.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/testdir') diff --git a/src/nvim/testdir/test73.in b/src/nvim/testdir/test73.in index 60cda2d970..c525e51d28 100644 --- a/src/nvim/testdir/test73.in +++ b/src/nvim/testdir/test73.in @@ -2,6 +2,7 @@ Tests for find completion. STARTTEST :so small.vim +:set wildmode=full :" Do all test in a separate window to avoid E211 when we recursively :" delete the Xfind directory during cleanup :" -- cgit