Closed
Description
openedon Oct 25, 2021
Neovim version (nvim -v)
NVIM v0.6.0-dev
Vim (not Nvim) behaves the same?
yes (has('wsl')
is not a Vim feature)
Operating system/version
Windows 11, Ubuntu on WSL
Terminal name/version
Alacritty (running in Windows)
$TERM environment variable
xterm-256color
Installation
apt install
from ppa:neovim-ppa/unstable
How to reproduce the issue
nvim --clean
:echo has('wsl')
Expected behavior
Prints 1
Actual behavior
Prints 0