3573c62560
- Add Patch joe-4.6-fix_return_in_main.patch: When using older versions of gcc, it throws an error because main does not return always a value. - Add Patch joe-4.6-desktop_files.patch: Desktop Category was wrong. - Update to version 4.6 - Update to version 4.5 OBS-URL: https://build.opensuse.org/request/show/653514 OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=30
22 lines
325 B
Diff
22 lines
325 B
Diff
---
|
|
rc/ftyperc | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
Index: rc/ftyperc
|
|
===================================================================
|
|
--- rc/ftyperc.orig
|
|
+++ rc/ftyperc
|
|
@@ -647,6 +647,12 @@
|
|
-syntax joerc
|
|
-highlighter_context
|
|
|
|
+*.spec
|
|
+-syntax spec
|
|
+
|
|
+*.spec.in
|
|
+-syntax spec
|
|
+
|
|
Markdown
|
|
[markdown]
|
|
*.md
|