summaryrefslogtreecommitdiff
path: root/src/completion.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2011-09-22 18:55:45 +0000
committerMaxime Coste <frrrwww@gmail.com>2011-09-22 18:55:45 +0000
commit5ca901644f98f88d9fcfd751d8d6ee580de0147d (patch)
treec45d3fc02bbb3f77f722e48c9e4ca6c0bf72788c /src/completion.hh
parent429536d0f4a7c3cbb6f9c690c3d81ab4a25de581 (diff)
Completion: add complete_buffername completer
Diffstat (limited to 'src/completion.hh')
-rw-r--r--src/completion.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/completion.hh b/src/completion.hh
index da110638..739c24ea 100644
--- a/src/completion.hh
+++ b/src/completion.hh
@@ -25,5 +25,8 @@ struct Completions
CandidateList complete_filename(const std::string& prefix,
size_t cursor_pos = std::string::npos);
+CandidateList complete_buffername(const std::string& prefix,
+ size_t cursor_pos = std::string::npos);
+
}
#endif // completion_hh_INCLUDED