summaryrefslogtreecommitdiffstats
path: root/runtime/doc/os_win32.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-22 14:50:16 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-22 14:50:16 +0100
commit835ee980eedd1aa0fa2d731312ce38697a12a897 (patch)
tree6c206e5cd8175adeab64825a07eb23c5c1896dd9 /runtime/doc/os_win32.txt
parentaa9729b652aa93b547b5c7006f54a143d99ea149 (diff)
patch 8.2.5000: no patch for documentation updatesv8.2.5000
Problem: No patch for documentation updates. Solution: Update documentation files.
Diffstat (limited to 'runtime/doc/os_win32.txt')
-rw-r--r--runtime/doc/os_win32.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/os_win32.txt b/runtime/doc/os_win32.txt
index 6fe56c09ef..62376c7f27 100644
--- a/runtime/doc/os_win32.txt
+++ b/runtime/doc/os_win32.txt
@@ -1,4 +1,4 @@
-*os_win32.txt* For Vim version 8.2. Last change: 2022 Feb 14
+*os_win32.txt* For Vim version 8.2. Last change: 2022 May 22
VIM REFERENCE MANUAL by George Reilly
@@ -42,6 +42,11 @@ The GUI version was made by George V. Reilly and Robert Webb.
For compiling see "src/INSTALLpc.txt". *win32-compiling*
+ *WSL*
+When using Vim on WSL (Windows Subsystem for Linux) the remarks here do not
+apply, `has('win32')` will return false then. In case you need to know
+whether Vim is running on WSL you can use `exists('$WSLENV')`.
+
==============================================================================
1. Known problems *win32-problems*