comparison src/vim.h @ 17162:f16cee6adf29 v8.1.1580

patch 8.1.1580: cannot make part of a popup transparent commit https://github.com/vim/vim/commit/c662ec9978e9a381680ffe53d05da0e10bb8d1a0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 23 00:15:57 2019 +0200 patch 8.1.1580: cannot make part of a popup transparent Problem: Cannot make part of a popup transparent. Solution: Add the "mask" option.
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Jun 2019 00:30:04 +0200
parents 620e9011b685
children 09fa437d33d8
comparison
equal deleted inserted replaced
17161:9ccb1ea9b2fc 17162:f16cee6adf29
2600 2600
2601 // Flags for adjust_prop_columns() 2601 // Flags for adjust_prop_columns()
2602 #define APC_SAVE_FOR_UNDO 1 // call u_savesub() before making changes 2602 #define APC_SAVE_FOR_UNDO 1 // call u_savesub() before making changes
2603 #define APC_SUBSTITUTE 2 // text is replaced, not inserted 2603 #define APC_SUBSTITUTE 2 // text is replaced, not inserted
2604 2604
2605 #define CLIP_ZINDEX 32000
2606
2605 #endif /* VIM__H */ 2607 #endif /* VIM__H */