Lines Matching refs:buffer
1 " Tests for Vim buffer
14 " execute .+3bunload to unload the last buffer.
29 " and check whether the second buffer is unloaded.
40 " buffer execute .-3bunload to unload the first buffer.
51 " from the last buffer and check whether the third buffer is unloaded.
73 " Test for :buffer, :bnext, :bprevious, :brewind, :blast and :bmodified
77 call assert_fails('buffer 1000', 'E86:')
89 call assert_fails('buffer ' .. b1 .. ' abc', 'E488:')
92 exe 'buffer +/bar2 ' .. b2
95 exe 'buffer +/bar1'
143 " Deleting a unlisted and unloaded buffer
150 " Deleting more than one buffer
158 " Deleting more than one buffer and an invalid buffer
174 call assert_fails('buffer foo', 'E93:')
175 call assert_fails('buffer bar', 'E94:')
176 call assert_fails('buffer 0', 'E939:')
200 " Test for quitting the 'swapfile exists' dialog with the split buffer
204 " first open the file in a buffer
242 " Test for deleting a modified buffer with :confirm
259 " Test for editing another buffer from a modified buffer with :confirm
282 " Test for splitting buffer with 'switchbuf'
299 " Test for BufAdd autocommand wiping out the buffer
315 " Test for trying to load a buffer with text locked
349 " modified buffer
384 " Test for buffer match URL(scheme) check
415 " use 1KB per buffer and 2KB for all the buffers