Added path completion for :save command too.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 21 Sep 2015 08:09:30 +0000 (10:09 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 21 Sep 2015 08:09:30 +0000 (10:09 +0200)
src/ex.c

index b315dfa..cbd1bd3 100644 (file)
--- 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);