comparison src/vim.h @ 18388:368d6a478ae5 v8.1.2188

patch 8.1.2188: build error for missing define Commit: https://github.com/vim/vim/commit/2b78ab5d0c91c229715ae140a34978506343bde3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 19 22:50:20 2019 +0200 patch 8.1.2188: build error for missing define Problem: Build error for missing define. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Oct 2019 23:00:04 +0200
parents 9f51d0cef8da
children ba5d8c5d77d7
comparison
equal deleted inserted replaced
18387:2d4bed814a79 18388:368d6a478ae5
808 #define WILD_SILENT 0x40 808 #define WILD_SILENT 0x40
809 #define WILD_ESCAPE 0x80 809 #define WILD_ESCAPE 0x80
810 #define WILD_ICASE 0x100 810 #define WILD_ICASE 0x100
811 #define WILD_ALLLINKS 0x200 811 #define WILD_ALLLINKS 0x200
812 #define WILD_IGNORE_COMPLETESLASH 0x400 812 #define WILD_IGNORE_COMPLETESLASH 0x400
813 #define WILD_NOERROR 0x800 // sets EW_NOERROR
813 814
814 // Flags for expand_wildcards() 815 // Flags for expand_wildcards()
815 #define EW_DIR 0x01 // include directory names 816 #define EW_DIR 0x01 // include directory names
816 #define EW_FILE 0x02 // include file names 817 #define EW_FILE 0x02 // include file names
817 #define EW_NOTFOUND 0x04 // include not found names 818 #define EW_NOTFOUND 0x04 // include not found names