1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 01:08:33 +03:00
kakoune/test/indent/c-family/close-function-with-struct-param
Maxime Coste 5696ed02e4 Fix invalid insertion of ; after } closing some functions
Function taking a parameter with a struct tag on the last line
before the opening { were wrongly treated as structs. Add some
additional regex logic to try to catch those cases.

Fixes #4136
2021-04-08 20:14:02 +10:00
..
cmd Fix invalid insertion of ; after } closing some functions 2021-04-08 20:14:02 +10:00
in Fix invalid insertion of ; after } closing some functions 2021-04-08 20:14:02 +10:00
out Fix invalid insertion of ; after } closing some functions 2021-04-08 20:14:02 +10:00
rc Fix invalid insertion of ; after } closing some functions 2021-04-08 20:14:02 +10:00