[gnome-builder/fix-modeline-modeline] modelines: Fix modeline in modeline-parser.c
- From: Matthew Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/fix-modeline-modeline] modelines: Fix modeline in modeline-parser.c
- Date: Wed, 8 Jul 2020 21:42:14 +0000 (UTC)
commit 467780a063acf094dc16639bc8ed1ee4da191378
Author: Matthew Leeds <matthew leeds endlessm com>
Date: Wed Jul 8 14:40:22 2020 -0700
modelines: Fix modeline in modeline-parser.c
Avoid the error from vim "E518: Unknown option: */"
src/plugins/modelines/modeline-parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/modelines/modeline-parser.c b/src/plugins/modelines/modeline-parser.c
index 9e6ea7d0c..f3eb791d4 100644
--- a/src/plugins/modelines/modeline-parser.c
+++ b/src/plugins/modelines/modeline-parser.c
@@ -811,4 +811,4 @@ modeline_parser_apply_modeline (GtkTextBuffer *buffer,
g_free (options.language_id);
}
-/* vi:ts=8 */
+// vi:ts=8
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]