p00f / cphelper.nvim

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

Can't parser HDOJ group #16

Closed seiuneko closed 2 years ago

seiuneko commented 2 years ago

Error executing vim.schedule lua callback: ...s/github.com/p00f/cphelper.nvim/lua/cphelper/prepare.lua:20: attempt to perform arithmetic on local 'sep_pos' (a nil value)

An example link is http://acm.hdu.edu.cn/showproblem.php?pid=1000 .

p00f commented 2 years ago

Fixed, thanks for reporting!