forked from aniani/vim
patch 8.2.0054: :diffget and :diffput don't have good completion
Problem: :diffget and :diffput don't have good completion. Solution: Add proper completion. (Dominique Pelle, closes #5409)
This commit is contained in:
@@ -57,6 +57,7 @@ static struct
|
||||
{EXPAND_USER_DEFINED, "custom"},
|
||||
{EXPAND_USER_LIST, "customlist"},
|
||||
#endif
|
||||
{EXPAND_DIFF_BUFFERS, "diff_buffer"},
|
||||
{EXPAND_DIRECTORIES, "dir"},
|
||||
{EXPAND_ENV_VARS, "environment"},
|
||||
{EXPAND_EVENTS, "event"},
|
||||
|
Reference in New Issue
Block a user