Currently history files are to be named from timestamp formatted in "%Y-%m-%dT%H-%M-%S"
But : character is forbidden in Windows file system. Being unable to create the history file when require"wtf".ai() is called, Neovim shows error messages saying unable to find the history file.
See Microsoft Naming Conventions for more info
Currently history files are to be named from timestamp formatted in
"%Y-%m-%dT%H-%M-%S"
But:
character is forbidden in Windows file system. Being unable to create the history file whenrequire"wtf".ai()
is called, Neovim shows error messages saying unable to find the history file. See Microsoft Naming Conventions for more info