Originally created by: dkearns
The change to use shiftwidth() instead of &sw was made upstream for all indent plugins in vim/vim@3ec574f.
Originally posted by: krischik
That's already part of [#24] and conflicts with it.
Tickets: #24
Originally posted by: dkearns
Sorry, I forgot about that.
This now just swaps out the repeated calls to shiftwidth() with a single call assigning it to a variable.
shiftwidth()
Even better! Thanks!
Ticket changed by: krischik
Log in to post a comment.
Originally posted by: krischik
That's already part of [#24] and conflicts with it.
Related
Tickets: #24
Originally posted by: dkearns
Sorry, I forgot about that.
This now just swaps out the repeated calls to
shiftwidth()
with a single call assigning it to a variable.Originally posted by: krischik
Even better! Thanks!
Ticket changed by: krischik