diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-05-31 20:59:21 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-07-05 07:54:28 +1000 |
| commit | 8b2e5ea862c748e13fbfd49ee3a00c8918d3ee10 (patch) | |
| tree | f29adb218b2e37187efb36089d08f38d039ed959 /src/option_types.hh | |
| parent | 2729042f83493d76cc9b135c45f326eaf878bec4 (diff) | |
Make selection lists use the option list syntax
Diffstat (limited to 'src/option_types.hh')
| -rw-r--r-- | src/option_types.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/option_types.hh b/src/option_types.hh index 886008b7..8a782e15 100644 --- a/src/option_types.hh +++ b/src/option_types.hh @@ -18,12 +18,6 @@ namespace Kakoune { - -inline String quote(StringView s) -{ - return format("'{}'", replace(s, "'", "''")); -} - template<typename T> constexpr decltype(T::option_type_name) option_type_name(Meta::Type<T>) { |
