Raveen Kumar
Raveen Kumar
Can we fix this yet? 🙏 Just got hit by this bug today? - `--dotfiles` option for packages with `dot-directories/dot-files` does not work - usual packages with `.directories/.files` work
Same issue exists in neovim.
@chrisbra Are you sure that indent script is the issue? Because, there is also `systemverilog.vim` that is the syntax and filetype I using. Also verilog and systemverilog both have similar...
@Kocha Thank you for the fix. All the issues I faced were solved. You can proceed with the PR. Not sure if i did the check properly. This is what...
There is some misalignment going on in multiline comments. I will get back with example code tomorrow.
@Kocha There is some junk commented code in my code base with a mix of multiline and single line comments which is causing some problems. I used the new indent...
Hi @Kocha, I tried the above fix and some above-mentioned problems went away. I also tried the `b:systemverilog_indent_ifdef_off` option. That also worked fine. In systemverilog file buffer, To set the...
Hi @Kocha, Are you working on the fix for the previous comment?
Hi @Kocha, I checked the fix, and it worked. There are a few other places where the indentation is off again.  [fix_systemverilog.vim.4.tar.gz](https://github.com/vim/vim/files/8870995/fix_systemverilog.vim.4.tar.gz)
@Kocha Sorry for the delay. I had to test this out a bit. The previous reported issue fixed. But there are a few more issues that I discovered. ...