diff options
Diffstat (limited to 'src/string_utils.hh')
| -rw-r--r-- | src/string_utils.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string_utils.hh b/src/string_utils.hh index 928070d3..9c31d767 100644 --- a/src/string_utils.hh +++ b/src/string_utils.hh @@ -10,6 +10,7 @@ namespace Kakoune { StringView trim_whitespaces(StringView str); +String trim_indent(StringView str); String escape(StringView str, StringView characters, char escape); String unescape(StringView str, StringView characters, char escape); |
