We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52f9ea commit ec12d64Copy full SHA for ec12d64
src/testdir/test_put.vim
@@ -62,7 +62,7 @@ endfunc
62
63
func Test_put_fails_when_nomodifiable()
64
new
65
- set nomodifiable
+ setlocal nomodifiable
66
67
normal! yy
68
call assert_fails(':put', 'E21')
@@ -85,7 +85,7 @@ endfunc
85
" output duplicate error messages when invoked in a non-modifiable buffer.
86
func Test_put_p_errmsg_nodup()
87
88
89
90
91
src/version.c
@@ -789,6 +789,8 @@ static char *(features[]) =
789
790
static int included_patches[] =
791
{ /* Add new patch number below this line */
792
+/**/
793
+ 119,
794
/**/
795
118,
796
0 commit comments