From 8a5dad44a7ab777c78312471a8a46600d3412b38 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 16 Jan 2023 17:44:20 +0800 Subject: docs(news): graduation of msgsep #21826 --- runtime/doc/news.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime') diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index ce07c3035c..719c6037e6 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -164,6 +164,10 @@ REMOVED FEATURES *news-removed* The following deprecated functions or APIs were removed. +• It is no longer possible to scroll the whole screen when showing messages + longer than 'cmdheight'. |msgsep| is now always enabled even if 'display' + doesn't contain the "msgsep" flag. + • `filetype.vim` is removed in favor of |lua-filetype| (Note that filetype logic and tests still align with Vim, so additions or changes need to be contributed there first.) -- cgit