1
0
forked from aniani/vim

patch 8.2.3167: get E12 in a job callback when searching for tags

Problem:    Get E12 in a job callback when searching for tags. (Andy Stewart)
Solution:   Use the sandbox only for executing a command, not for searching.
            (closes #8511)
This commit is contained in:
Bram Moolenaar
2021-07-15 18:14:56 +02:00
parent b5841b99e6
commit 547f94f330
2 changed files with 18 additions and 16 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3167,
/**/
3166,
/**/