summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-01-24 12:34:03 +0000
committerBram Moolenaar <Bram@vim.org>2023-01-24 12:34:03 +0000
commit5c8771bc5a2be123ab8e6325fa60ed524e8efb09 (patch)
treea8c009f3c6c3ee35eb9da06730151ae0392d9c60 /src/vim.h
parent6ec66660476562e643deceb7c325cd0e8c903663 (diff)
patch 9.0.1238: :runtime completion can be further improvedv9.0.1238
Problem: :runtime completion can be further improved. Solution: Also complete the {where} argument values and adjust the completion for that. (closes #11874)
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vim.h b/src/vim.h
index 258c8955b7..67bb23e515 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -2672,7 +2672,6 @@ typedef enum {
#define DIP_NORTP 0x20 // do not use 'runtimepath'
#define DIP_NOAFTER 0x40 // skip "after" directories
#define DIP_AFTER 0x80 // only use "after" directories
-#define DIP_KEEPEXT 0x100 // for completion: include file extension
// Lowest number used for window ID. Cannot have this many windows.
#define LOWEST_WIN_ID 1000