1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-28 09:07:19 +03:00

Merge remote-tracking branch 'codesoap/awkcomment'

This commit is contained in:
Maxime Coste 2020-04-09 07:50:11 +10:00
commit 54e0396c84

View File

@ -46,11 +46,11 @@ define-command -params ..1 -docstring %{
{
if (/^@\(#\)/) {
/* drop the identification message */
# drop the identification message
}
else if (/^\*/) {
/* nothing */
# nothing
}
else if (/^$/) {