comparison src/option.h @ 19852:12518b40c161 v8.2.0482

patch 8.2.0482: channel and sandbox code not sufficiently tested Commit: https://github.com/vim/vim/commit/ca68ae13114619df3e4c195b41ad0575516f5ff6 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 30 19:32:53 2020 +0200 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 https://github.com/vim/vim/issues/5855)
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Mar 2020 19:45:05 +0200
parents 22f0dda71638
children 9a67d41708d2
comparison
equal deleted inserted replaced
19851:e259e7903c55 19852:12518b40c161
401 EXTERN char_u *p_bdir; // 'backupdir' 401 EXTERN char_u *p_bdir; // 'backupdir'
402 EXTERN char_u *p_bex; // 'backupext' 402 EXTERN char_u *p_bex; // 'backupext'
403 EXTERN char_u *p_bo; // 'belloff' 403 EXTERN char_u *p_bo; // 'belloff'
404 EXTERN unsigned bo_flags; 404 EXTERN unsigned bo_flags;
405 405
406 // values for the 'beepon' option 406 // values for the 'belloff' option
407 #define BO_ALL 0x0001 407 #define BO_ALL 0x0001
408 #define BO_BS 0x0002 408 #define BO_BS 0x0002
409 #define BO_CRSR 0x0004 409 #define BO_CRSR 0x0004
410 #define BO_COMPL 0x0008 410 #define BO_COMPL 0x0008
411 #define BO_COPY 0x0010 411 #define BO_COPY 0x0010