1
0
forked from aniani/vim

patch 8.2.0482: channel and sandbox code not sufficiently tested

Problem:    Channel and sandbox code not sufficiently tested.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5855)
This commit is contained in:
Bram Moolenaar
2020-03-30 19:32:53 +02:00
parent 7d333a900d
commit ca68ae1311
15 changed files with 488 additions and 31 deletions

View File

@@ -403,7 +403,7 @@ EXTERN char_u *p_bex; // 'backupext'
EXTERN char_u *p_bo; // 'belloff'
EXTERN unsigned bo_flags;
// values for the 'beepon' option
// values for the 'belloff' option
#define BO_ALL 0x0001
#define BO_BS 0x0002
#define BO_CRSR 0x0004