From 9808aa6fd61952a2178b7f228a7cd59933a47b07 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Mon, 21 Sep 2015 10:09:30 +0200 Subject: [PATCH] Added path completion for :save command too. --- src/ex.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.20.1