summaryrefslogtreecommitdiff
path: root/src/insert_completer.hh
diff options
context:
space:
mode:
authorDelapouite <delapouite@gmail.com>2017-10-02 18:45:11 +0200
committerDelapouite <delapouite@gmail.com>2017-10-02 18:45:11 +0200
commit6bfc99bf08e3165c65ba6b2ad9e90dd708e27a36 (patch)
tree308b594fc389e3d07124201bc61cf7eb775f8e28 /src/insert_completer.hh
parent2f251c9861dfdc4c07a60295b6cdfe093dbd7b59 (diff)
Add 'line' in completers option as a way to force explicit <c-x>f
Diffstat (limited to 'src/insert_completer.hh')
-rw-r--r--src/insert_completer.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/insert_completer.hh b/src/insert_completer.hh
index be65cc0b..ca04e3de 100644
--- a/src/insert_completer.hh
+++ b/src/insert_completer.hh
@@ -20,7 +20,8 @@ struct InsertCompleterDesc
{
Word,
Option,
- Filename
+ Filename,
+ Line
};
bool operator==(const InsertCompleterDesc& other) const