comparison src/vim.h @ 17946:ec4248c4b92c v8.1.1969

patch 8.1.1969: popup window filter is used in all modes Commit: https://github.com/vim/vim/commit/581ba39aefe837298a9943b04a1dab13a7ec6772 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 3 22:08:33 2019 +0200 patch 8.1.1969: popup window filter is used in all modes Problem: Popup window filter is used in all modes. Solution: Add the "filtermode" property.
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 Sep 2019 22:15:03 +0200
parents dbe02cca67aa
children 8f4cc259ed7a
comparison
equal deleted inserted replaced
17945:dffad5c9361e 17946:ec4248c4b92c
678 #define EXTERNCMD 0x600 // executing an external command 678 #define EXTERNCMD 0x600 // executing an external command
679 #define SHOWMATCH (0x700 + INSERT) // show matching paren 679 #define SHOWMATCH (0x700 + INSERT) // show matching paren
680 #define CONFIRM 0x800 // ":confirm" prompt 680 #define CONFIRM 0x800 // ":confirm" prompt
681 #define SELECTMODE 0x1000 // Select mode, only for mappings 681 #define SELECTMODE 0x1000 // Select mode, only for mappings
682 #define TERMINAL 0x2000 // Terminal mode 682 #define TERMINAL 0x2000 // Terminal mode
683 #define MODE_ALL 0xffff
683 684
684 // all mode bits used for mapping 685 // all mode bits used for mapping
685 #define MAP_ALL_MODES (0x3f | SELECTMODE | TERMINAL) 686 #define MAP_ALL_MODES (0x3f | SELECTMODE | TERMINAL)
686 687
687 // directions 688 // directions