Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
a9aa86ff951b7908b615a61a0e216901b96bc0eb
/
.
/
src
/
testdir
/
test_preview.vim
blob: 91923fb1e96f86534a691c50a8971785e3aa09d5 [
file
] [
log
] [
blame
]
" Tests for the preview window
func Test_Psearch()
"
this
used to cause ml_get errors
help
let
wincount
=
winnr
(
'$'
)
0f
ps
.
call assert_equal
(
wincount
+
1
,
winnr
(
'$'
))
pclose
call assert_equal
(
wincount
,
winnr
(
'$'
))
bwipe
endfunc