We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration of vim-perl#11 by @hoelzro which is a copy of vim-perl/vim-perl#235 and has not been taken care of yet.
The way shiftwidth is used in indent/raku.vim is not the best way. Instead of using sw(), it should use shiftwidth() instead.
indent/raku.vim
sw()
shiftwidth()
This is the patch used by vim-perl:
vim-perl/vim-perl@e42811c
The text was updated successfully, but these errors were encountered:
I have not confirmed the behavior itself, but that the problem that was fixed in vim-perl has not been fixed in this plugin.
vim-perl
Sorry, something went wrong.
No branches or pull requests
Migration of vim-perl#11 by @hoelzro which is a copy of vim-perl/vim-perl#235 and has not been taken care of yet.
Description of issue
The way shiftwidth is used in
indent/raku.vim
is not the best way. Instead of usingsw()
, it should useshiftwidth()
instead.This is the patch used by vim-perl:
vim-perl/vim-perl@e42811c
The text was updated successfully, but these errors were encountered: