forked from aniani/vim
patch 8.2.3284: no error for insert() or remove() changing a locked blob
Problem: No error for insert() or remove() changing a locked blob.
Solution: Check a blob is not locked before changing it. (Sean Dewar,
closes #8696)
This commit is contained in:
committed by
Bram Moolenaar
parent
0eec851942
commit
80d7395dcf
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3284,
|
||||
/**/
|
||||
3283,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user