From 3aaf646eda415cd6f8177b91f28163441208aa47 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 18 Sep 2017 10:30:21 +0900 Subject: [PATCH] Fix compilation --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index d741309f..3f88ad8d 100644 --- a/src/main.cc +++ b/src/main.cc @@ -46,7 +46,7 @@ static const char* startup_info = " plural form) and is used for word selection commands\n" " * selection extending behaviour has been simplified, it now just\n" " maintain the current anchor and moves the cursor,\n" -" * Custom text objects are bound to 'c' instead of ':'\n" +" * Custom text objects are bound to 'c' instead of ':'\n"; struct startup_error : runtime_error {