aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2024-11-21 18:58:51 +0100
committerGitHub <noreply@github.com>2024-11-21 18:58:51 +0100
commit92a83f671b227ace7ded5006619bb943c2d9ecc0 (patch)
tree678a168eef76c49fd4bb4aace4f9abb088ad8b6b /runtime/doc
parent534544cbf7ac92aef44336cc9da1bfc02a441e6e (diff)
parentbe89d520d7e9ad6c574c259a10f282177fb5dd4a (diff)
downloadrneovim-92a83f671b227ace7ded5006619bb943c2d9ecc0.tar.gz
rneovim-92a83f671b227ace7ded5006619bb943c2d9ecc0.tar.bz2
rneovim-92a83f671b227ace7ded5006619bb943c2d9ecc0.zip
Merge pull request #31193 from bfredl/winrt
refactor(windows)!: only support UCRT, even for mingw
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 0f2e6f0a08..c0d0f7b1bc 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -45,6 +45,10 @@ API
• Renamed `nvim__id_dictionary` (unsupported/experimental API) to
`nvim__id_dict`.
+BUILD
+
+On Windows, only building with the UCRT runtime is supported.
+
DEFAULTS
• |]d-default| and |[d-default| accept a count.