p00f / cphelper.nvim

Neovim helper for competitive programming. Use https://sr.ht/~p00f/cphelper.nvim instead
MIT License
133 stars 9 forks source link

Special character in path messes-up nvim #13

Closed anurag3301 closed 3 years ago

anurag3301 commented 3 years ago

So the Cphelper directly creates the directory with the name of the problem. Well it cause some problem when the name of the problem contains some special character or eg this codefroces problem name

Ilove%username%

Problem link: codeforces

You get this error when you try to open the solution file image

pwd /home/anurag/problems/Codeforces/CodeforcesRound109(Div2)/AI_love_%username%

I don't know the severity of this issue or how often this is, Just wanted to inform you. You can try it yourself. 😇

p00f commented 3 years ago

can you try out the #13 branch? I dont have my computer rn

p00f commented 3 years ago

Fixed by #14