projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
559fd8b
)
Added path completion for :save command too.
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 21 Sep 2015 08:09:30 +0000
(10:09 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Mon, 21 Sep 2015 08:09:30 +0000
(10:09 +0200)
src/ex.c
patch
|
blob
|
history
diff --git
a/src/ex.c
b/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);