diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/news.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index b9c1e55305..1a6537fa8d 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -66,7 +66,9 @@ API BUILD -On Windows, only building with the UCRT runtime is supported. +• On Windows, only building with the UCRT runtime is supported. +• Translations are turned off by default. Enable by building Nvim with the + CMake flag `ENABLE_TRANSLATIONS=ON`. DEFAULTS |