Problem: Tiny things. Test doesn't clean up properly.
Solution: Adjust comment and white space. Restore option value.
buf_copy_options(buf, BCO_ENTER);
/* Close the link to the current buffer. This will set
- * curwin->w_buffer to NULL. */
+ * oldwin->w_buffer to NULL. */
u_sync(FALSE);
close_buffer(oldwin, curbuf,
(flags & ECMD_HIDE) ? 0 : DOBUF_UNLOAD, FALSE);
void
msg_puts(char_u *s)
{
- msg_puts_attr(s, 0);
+ msg_puts_attr(s, 0);
}
void
call feedkeys('a', 'x!')
call assert_equal(1, g:triggered)
au! CursorHoldI
+ set updatetime&
endfunc
func Test_cursorhold_insert_ctrl_x()
call feedkeys("a\<C-X>", 'x!')
call assert_equal(0, g:triggered)
au! CursorHoldI
+ set updatetime&
endfunc
endif
augroup Another
augroup END
call assert_true(match(execute('au VimEnter'), "-Deleted-.*VimEnter") >= 0)
+ augroup! Another
" no warning for postpone aucmd delete
augroup StartOK
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2341,
/**/
2340,
/**/