diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index f0632c022a..9bf4b49419 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -13,7 +13,7 @@ BREAKING CHANGES *news-breaking* The following changes may require adaptations in user config or plugins. -• Cscope is now removed (see |cscope| and |nvim-features-removed|): +• Cscope support is now removed (see |cscope| and |nvim-features-removed|): - Commands removed: - `:cscope` - `:lcscope` @@ -39,7 +39,8 @@ NEW FEATURES *news-features* The following new APIs or features were added. -|nvim_select_popupmenu_item()| now supports |cmdline-completion| popup menu. +• 'splitkeep' option to control the scroll behavior of horizontal splits. +• |nvim_select_popupmenu_item()| now supports |cmdline-completion| popup menu. ============================================================================== CHANGED FEATURES *news-changes* |