xeluxee / competitest.nvim

CompetiTest.nvim is a Neovim plugin for Competitive Programming: it can manage and check testcases, download problems and contests from online judges and much more
GNU Lesser General Public License v3.0
417 stars 20 forks source link

Space in file name when receiving problem #52

Closed DevUt closed 6 months ago

DevUt commented 6 months ago

USACO problems have space in their problem names, hence when receiving problem the file created has the space in its name. This is an issue as USACO doesn't allow file which have space in their name. I manually add an underscore everywhere where there is a space. Is there a way to automate this?

DevUt commented 6 months ago

Solved using https://github.com/xeluxee/competitest.nvim/issues/42#issuecomment-1701141605