This PR tries to make more manageable to review #13318 (comment) by simply expand the tabs into spaces and modifying the modeline
https://github.com/vim/vim/pull/15969
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@zeertzjq commented on this pull request.
In src/sound.c:
> @@ -1,6 +1,6 @@ -/* vi:set ts=8 sts=4 sw=4 noet: +/* vi:set ts=4 sts=4 sw=4 et:
Why change 'ts' when 'sts' is already set?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@saccarosium commented on this pull request.
For retab and for clarity. I think make more sense to have all 4.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@zeertzjq commented on this pull request.
How? For :retab a Tab should be expanded to 8 spaces, not 4.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@saccarosium pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@saccarosium commented on this pull request.
I've changed it
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thanks. I have included it now and also added a new file: https://github.com/vim/vim/blob/master/.git-blame-ignore-revs to ignore this revision for git-blame.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()