diff options
| author | Dan Rosén <dan.rosen@gu.se> | 2017-03-10 10:06:37 +0100 |
|---|---|---|
| committer | Dan Rosén <dan.rosen@gu.se> | 2017-03-11 21:43:51 +0100 |
| commit | 5a403a961149e51f344233c901bee5da9e7cac0a (patch) | |
| tree | 4d826db8a7d2fc6648a5a00e50f58458591b61ad /src/display_buffer.hh | |
| parent | b9317ba38c3e8f2bc4196705d65bbc8a8ef8dbf4 (diff) | |
Increase modelinefmt configuration power
Diffstat (limited to 'src/display_buffer.hh')
| -rw-r--r-- | src/display_buffer.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh index 39563a1b..17c2602f 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -6,6 +6,7 @@ #include "coord.hh" #include "string.hh" #include "vector.hh" +#include "hash_map.hh" namespace Kakoune { @@ -143,7 +144,7 @@ private: AtomList m_atoms; }; -DisplayLine parse_display_line(StringView line); +DisplayLine parse_display_line(StringView line, const HashMap<String, DisplayLine>& builtins = {}); class DisplayBuffer : public UseMemoryDomain<MemoryDomain::Display> { |
