Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
a41dfcd55b1744b44a47d2fc3feb5d5f6207a556
/
.
/
src
/
testdir
/
test29.in
blob: 047803c60ff7bd14c9f19efb1bc44773a28bda69 [
file
] [
log
] [
blame
]
Test
for
buffer name completion
when
'wildoptions'
contains
"fuzzy"
(
Confirm
that
Vim
does
not
crash
)
STARTTEST
:
set
wildoptions
=
fuzzy
:
new
buf_a
:
b buf_a
:
q
!
:
set
wildoptions
&
:
$w
!
test
.
out
:
qa
!
ENDTEST
I
'm alive!