Open Heptite opened 2 years ago
indent/raku.vim doesn't properly indent when &shiftwidth is is 0 (which in newer versions of Vim means to use the value of &tabstop).
Replace all occurrences of &sw in the indent/raku.vim file with shiftwidth()
Also, the header needs to point to this repository instead of vim-perl.
Description of issue
indent/raku.vim doesn't properly indent when &shiftwidth is is 0 (which in newer versions of Vim means to use the value of &tabstop).
Solution
Replace all occurrences of &sw in the indent/raku.vim file with shiftwidth()