diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-09-12 10:51:16 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-09-12 10:51:16 +0100 |
| commit | 5173dad47089d37c0fa57a2ef32ce4df9c3e5556 (patch) | |
| tree | b2ef0a0ca43ff71477b919bfbbf62a0c2e4a7e01 /src/selection.hh | |
| parent | 8aca7622bfe69f71997bdfb712609217982504d3 (diff) | |
Add some missing memory domains
Diffstat (limited to 'src/selection.hh')
| -rw-r--r-- | src/selection.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.hh b/src/selection.hh index 2f41b06e..26a7865c 100644 --- a/src/selection.hh +++ b/src/selection.hh @@ -6,7 +6,7 @@ namespace Kakoune { -using CaptureList = Vector<String>; +using CaptureList = Vector<String, MemoryDomain::Selections>; // A selection is a Selection, associated with a CaptureList struct Selection |
