0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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:
Sean Dewar
2021-08-04 19:25:54 +02:00
committed by Bram Moolenaar
parent 0eec851942
commit 80d7395dcf
8 changed files with 80 additions and 37 deletions

View File

@@ -1749,7 +1749,7 @@ eval_for_line(
}
else
{
emsg(_(e_listreq));
emsg(_(e_string_list_or_blob_required));
clear_tv(&tv);
}
}