keeeeymann
keeeeymann
When I click "find servers" button to fetch Left 4 Dead 2 server list via hl2master.steampowered.com, and then **immediately** cancel the operation by clicking "stop" (or switching tabs, closing the...
### Did you check the docs and existing issues? - [x] I have read the docs - [x] I have searched the existing issues ### Neovim version (nvim -v) 0.11.2...
I have this example: ```systemverilog begin randcase 1: value = 1; endcase begin //indent problem end end begin case (x) 1: value = 1; endcase begin end end ``` The...
fix for #250 also add tests for indentation after case/randcase blocks.