Skip to main content

Timeline for augroup end indentation

Current License: CC BY-SA 3.0

9 events
when toggle format what by license comment
Jun 17, 2020 at 9:46 history edited CommunityBot
Commonmark migration
Apr 19, 2016 at 20:30 history edited nobe4 CC BY-SA 3.0
added 330 characters in body
Apr 19, 2016 at 17:05 vote accept Charlie Wynn
Apr 19, 2016 at 16:15 comment added nobe4 haha, it's strange that for the indent only the regex is messed up, because for the syntax file, they use [eE][nN][dD] each time... I'll open an issue on the github repo.
Apr 19, 2016 at 16:10 history edited nobe4 CC BY-SA 3.0
deleted 44 characters in body
Apr 19, 2016 at 16:10 comment added Martin Tournoij No, that's just my own conclusion ;-)
Apr 19, 2016 at 16:07 comment added nobe4 Do you know if it's already acknowledged by the vim-team as a bug ?
Apr 19, 2016 at 16:07 comment added Martin Tournoij This is because the indent/vim.vim file does: elseif prev_text =~ '^\s*aug\%[roup]' && prev_text !~ '^\s*aug\%[roup]\s*!\=\s\+END'. This is a bug; the check should be case-insensitive.
Apr 19, 2016 at 15:23 history answered nobe4 CC BY-SA 3.0