mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.774
Problem: When using the CompleteDone autocommand event it's difficult to get to the completed items. Solution: Add the v:completed_items variable. (Shougo Matsu)
This commit is contained in:
@@ -1897,7 +1897,8 @@ typedef int proftime_T; /* dummy for function prototypes */
|
||||
#define VV_OLDFILES 55
|
||||
#define VV_WINDOWID 56
|
||||
#define VV_PROGPATH 57
|
||||
#define VV_LEN 58 /* number of v: vars */
|
||||
#define VV_COMPLETED_ITEM 58
|
||||
#define VV_LEN 59 /* number of v: vars */
|
||||
|
||||
#ifdef FEAT_CLIPBOARD
|
||||
|
||||
|
Reference in New Issue
Block a user