Support 1903 and up instead of just 1903

https://en.wikipedia.org/wiki/Windows_10_version_history#Rings
This commit is contained in:
Daniel Liuzzi 2020-04-04 19:53:34 +02:00
parent b1cb0011af
commit 36bb186416

View file

@ -11,7 +11,7 @@ spacer='%(color:black) %(color:reset)'
case $(uname -s) in
# As of Windows 10 1903 (May 2019 Update) `column -ts` works as expected
MINGW64_NT-10.0-18362*);;
MINGW64_NT-10.0-18*);;
# Other Windows versions need more basic format (#8, git-for-windows/git#865)
CYGWIN*|MINGW*|MSYS*)