From 0229baf6ba7598bcb78215d816dda8f79b542540 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 17 May 2017 19:42:23 +0100 Subject: [PATCH] Add range-faces -> range-specs rename to the breaking changes message --- src/main.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 1fbb5f7e..1dc5bf16 100644 --- a/src/main.cc +++ b/src/main.cc @@ -46,7 +46,9 @@ static const char* startup_info = " * BufNew and BufOpen hooks have been renamed to BufNewFile\n" " and BufOpenFile.\n" " * The status line can be further customized.\n" -" See `:doc options modelinefmt`.\n"; +" See `:doc options modelinefmt`.\n" +" * The range-faces option type is now named range-specs\n" +" and can be used by the new replace-range highlighter.\n"; struct startup_error : runtime_error {