Only insert multi-line comment continuation if previous line has it (#3392)
commit00aaf374cb706032293f2834566a8d6e99cbfca6
authorNick Treleaven <ntrel002@gmail.com>
Fri, 17 Feb 2023 20:46:49 +0000 (17 20:46 +0000)
committerGitHub <noreply@github.com>
Fri, 17 Feb 2023 20:46:49 +0000 (17 21:46 +0100)
tree5d96fdcc926b7c362d231589c4e4fd9ff33665ff
parent597b101c88bd45dffbcb36831cf0279780d5cc9e
Only insert multi-line comment continuation if previous line has it (#3392)

Don't insert * after new line in multi-line comment if previous line doesn't start with *

Fixes #3386.
doc/geany.txt
src/editor.c