From: Daniel Carl Date: Mon, 21 Sep 2015 08:09:30 +0000 (+0200) Subject: Added path completion for :save command too. X-Git-Url: https://git.owens.tech/assets/favicon.png/assets/favicon.png/git?a=commitdiff_plain;h=9808aa6fd61952a2178b7f228a7cd59933a47b07;p=vimb.git Added path completion for :save command too. --- diff --git a/src/ex.c b/src/ex.c index b315dfa..cbd1bd3 100644 --- a/src/ex.c +++ b/src/ex.c @@ -1197,6 +1197,7 @@ static gboolean complete(short direction) break; #endif + case EX_SAVE: case EX_SOURCE: sort = true; found = util_filename_fill_completion(store, token);