blob: 91923fb1e96f86534a691c50a8971785e3aa09d5 [file] [log] [blame]
Bram Moolenaarc31f9ae2017-07-23 22:02:02 +02001" Tests for the preview window
2
3func Test_Psearch()
4 " this used to cause ml_get errors
5 help
6 let wincount = winnr('$')
7 0f
8 ps.
9 call assert_equal(wincount + 1, winnr('$'))
10 pclose
11 call assert_equal(wincount, winnr('$'))
12 bwipe
13endfunc