Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
refs/heads/android-16
/
.
/
src
/
testdir
/
test29.in
blob: 047803c60ff7bd14c9f19efb1bc44773a28bda69 [
file
] [
log
] [
blame
]
826814741_6
dff3c9c
2024-12-10 17:15:14 +0100
[
diff
] [
blame
]
1
Test
for
buffer name completion
when
'wildoptions'
contains
"fuzzy"
2
(
Confirm
that
Vim
does
not
crash
)
3
4
STARTTEST
5
:
set
wildoptions
=
fuzzy
6
:
new
buf_a
7
:
b buf_a
8
:
q
!
9
:
set
wildoptions
&
10
:
$w
!
test
.
out
11
:
qa
!
12
ENDTEST
13
14
I
'm alive!