enhance(runtime): Enable completion for lua files

Enabled for `:colorscheme` `:compiler` filetype
This commit is contained in:
shadmansaleh
2021-06-02 19:39:24 +06:00
parent f000251e08
commit 07c9b20c75
2 changed files with 29 additions and 4 deletions

View File

@@ -313,6 +313,7 @@ enum { FOLD_TEXT_LEN = 51 }; //!< buffer size for get_foldtext()
#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_LUA 0x100 // also use ".lua" files
// Lowest number used for window ID. Cannot have this many windows per tab.
#define LOWEST_WIN_ID 1000