mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 9.0.1238: :runtime completion can be further improved
Problem: :runtime completion can be further improved. Solution: Also complete the {where} argument values and adjust the completion for that. (closes #11874)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user