Instructions: Replace the template text and remove irrelevant text (including this line)
Is your feature request about something that is currently impossible or hard to do? Please describe the problem.
Support this function on windows.
Describe the solution you'd like
Function is supported on windows.
Describe alternatives you've considered
Additional context
I don't think it is very hard to accomplish.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Are you saying that there should be a builtin vimscript function for this?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
strptime is builtin function and should be working on all OS. @chrisbra
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
In native Windows toolchains, strptime is not available in either MSVC or GCC.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
The helps says this already:
Not available on all systems. To check use: >
:if exists("*strptime")
If strptime is not available in the underlying system, then there is nothing we can do, except for re-implementing it. Which is not what I like
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()