Problem: Failing test goes unnoticed because testdir/messages is not
written.
Solution: Set 'nomodifiable' only local to the buffer.
func Test_put_fails_when_nomodifiable()
new
- set nomodifiable
+ setlocal nomodifiable
normal! yy
call assert_fails(':put', 'E21')
" output duplicate error messages when invoked in a non-modifiable buffer.
func Test_put_p_errmsg_nodup()
new
- set nomodifiable
+ setlocal nomodifiable
normal! yy
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 119,
/**/
118,
/**/