piersolenski / wtf.nvim

Delicious diagnostic debugging in Neovim 🤤
400 stars 9 forks source link

History file naming scheme is incompatible with Windows #32

Closed comiluv closed 1 month ago

comiluv commented 2 months ago

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

piersolenski commented 1 month ago

Fixed in https://github.com/piersolenski/wtf.nvim/commit/d531326435bd3192cbc1b563300798d47c0ecdf5