crusj / bookmarks.nvim

Remember file locations and sort by time and frequency and support telescope.
MIT License
222 stars 17 forks source link

Invalid escape sequence near ''C:' #37

Closed calon closed 10 months ago

calon commented 10 months ago

Environment: neovim 0.9 Neovide GUI Windows 11

After add bookmark, a file named "C" generated in the nvim-data/bookmarks folder, 0 byte size. close nvim and open t again, the error pops. the path of the file added to bookmark is some kind of "C:\path\file". Guess the error refers to the path format on Windows OS.

crusj commented 10 months ago

Update plugin and delete all bookmarks data files.

calon commented 10 months ago

Update plugin and delete all bookmarks data files.

Thanks!