diff options
| author | Delapouite <delapouite@gmail.com> | 2017-10-02 18:45:11 +0200 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2017-10-02 18:45:11 +0200 |
| commit | 6bfc99bf08e3165c65ba6b2ad9e90dd708e27a36 (patch) | |
| tree | 308b594fc389e3d07124201bc61cf7eb775f8e28 /src/insert_completer.hh | |
| parent | 2f251c9861dfdc4c07a60295b6cdfe093dbd7b59 (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.hh | 3 |
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 |
