comparison runtime/doc/os_win32.txt @ 28956:3e6e6b4e74eb v8.2.5000

patch 8.2.5000: no patch for documentation updates Commit: https://github.com/vim/vim/commit/835ee980eedd1aa0fa2d731312ce38697a12a897 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 22 14:50:16 2022 +0100 patch 8.2.5000: no patch for documentation updates Problem: No patch for documentation updates. Solution: Update documentation files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 May 2022 16:00:02 +0200
parents 8fc68ce4a097
children f8e9d5023bf6
comparison
equal deleted inserted replaced
28955:af4548691d70 28956:3e6e6b4e74eb
1 *os_win32.txt* For Vim version 8.2. Last change: 2022 Feb 14 1 *os_win32.txt* For Vim version 8.2. Last change: 2022 May 22
2 2
3 3
4 VIM REFERENCE MANUAL by George Reilly 4 VIM REFERENCE MANUAL by George Reilly
5 5
6 6
39 The Win32 version was written by George V. Reilly <george@reilly.org>. 39 The Win32 version was written by George V. Reilly <george@reilly.org>.
40 The original Windows NT port was done by Roger Knobbe <RogerK@wonderware.com>. 40 The original Windows NT port was done by Roger Knobbe <RogerK@wonderware.com>.
41 The GUI version was made by George V. Reilly and Robert Webb. 41 The GUI version was made by George V. Reilly and Robert Webb.
42 42
43 For compiling see "src/INSTALLpc.txt". *win32-compiling* 43 For compiling see "src/INSTALLpc.txt". *win32-compiling*
44
45 *WSL*
46 When using Vim on WSL (Windows Subsystem for Linux) the remarks here do not
47 apply, `has('win32')` will return false then. In case you need to know
48 whether Vim is running on WSL you can use `exists('$WSLENV')`.
44 49
45 ============================================================================== 50 ==============================================================================
46 1. Known problems *win32-problems* 51 1. Known problems *win32-problems*
47 52
48 When doing file name completion, Vim also finds matches for the short file 53 When doing file name completion, Vim also finds matches for the short file