From ec91ea17fe07827e73bb5527724e47b33f2a334e Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 25 Nov 2015 21:07:41 +0000 Subject: Add a static const String::ms_empty empty string --- src/string.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/string.cc') diff --git a/src/string.cc b/src/string.cc index 693cf7d5..9395a26e 100644 --- a/src/string.cc +++ b/src/string.cc @@ -10,6 +10,8 @@ namespace Kakoune { +const String String::ms_empty; + Vector split(StringView str, char separator, char escape) { Vector res; -- cgit v1.2.3