[gspell] Remove vim/ex modelines



commit 730d739b5d7387dae225e11cbf3ccfffa4e6a817
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Tue Aug 16 16:00:00 2022 +0200

    Remove vim/ex modelines
    
    I don't use them. A better way would be to have an EditorConfig file.

 gspell-app/gspell-app.c                    | 2 --
 gspell/gspell-checker-dialog.c             | 2 --
 gspell/gspell-checker-dialog.h             | 2 --
 gspell/gspell-checker-private.h            | 2 --
 gspell/gspell-checker.c                    | 2 --
 gspell/gspell-checker.h                    | 2 --
 gspell/gspell-context-menu.c               | 2 --
 gspell/gspell-context-menu.h               | 2 --
 gspell/gspell-current-word-policy.h        | 2 --
 gspell/gspell-entry-buffer.c               | 2 --
 gspell/gspell-entry-buffer.h               | 2 --
 gspell/gspell-entry-private.h              | 2 --
 gspell/gspell-entry-utils.c                | 2 --
 gspell/gspell-entry-utils.h                | 2 --
 gspell/gspell-entry.c                      | 2 --
 gspell/gspell-entry.h                      | 2 --
 gspell/gspell-init.c                       | 2 --
 gspell/gspell-inline-checker-text-buffer.c | 2 --
 gspell/gspell-inline-checker-text-buffer.h | 2 --
 gspell/gspell-language-chooser-button.c    | 2 --
 gspell/gspell-language-chooser-button.h    | 2 --
 gspell/gspell-language-chooser-dialog.c    | 2 --
 gspell/gspell-language-chooser-dialog.h    | 2 --
 gspell/gspell-language-chooser.c           | 2 --
 gspell/gspell-language-chooser.h           | 2 --
 gspell/gspell-language.c                   | 2 --
 gspell/gspell-language.h                   | 2 --
 gspell/gspell-navigator-text-view.c        | 2 --
 gspell/gspell-navigator-text-view.h        | 2 --
 gspell/gspell-navigator.c                  | 2 --
 gspell/gspell-navigator.h                  | 2 --
 gspell/gspell-osx.c                        | 2 --
 gspell/gspell-osx.h                        | 2 --
 gspell/gspell-text-buffer.c                | 2 --
 gspell/gspell-text-buffer.h                | 2 --
 gspell/gspell-text-iter.c                  | 2 --
 gspell/gspell-text-iter.h                  | 2 --
 gspell/gspell-text-view.c                  | 2 --
 gspell/gspell-text-view.h                  | 2 --
 gspell/gspell-utils.c                      | 2 --
 gspell/gspell-utils.h                      | 2 --
 gspell/gspell-version.h                    | 2 --
 gspell/gspell.h                            | 2 --
 tests/test-entry.c                         | 2 --
 tests/test-text-view-basic.c               | 2 --
 tests/test-text-view.c                     | 2 --
 46 files changed, 92 deletions(-)
---
diff --git a/gspell-app/gspell-app.c b/gspell-app/gspell-app.c
index e13562f..1017d4d 100644
--- a/gspell-app/gspell-app.c
+++ b/gspell-app/gspell-app.c
@@ -313,5 +313,3 @@ main (int    argc,
        g_object_unref (app);
        return ret;
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-checker-dialog.c b/gspell/gspell-checker-dialog.c
index 0a699af..7dbb21d 100644
--- a/gspell/gspell-checker-dialog.c
+++ b/gspell/gspell-checker-dialog.c
@@ -740,5 +740,3 @@ gspell_checker_dialog_get_spell_navigator (GspellCheckerDialog *dialog)
        priv = gspell_checker_dialog_get_instance_private (dialog);
        return priv->navigator;
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-checker-dialog.h b/gspell/gspell-checker-dialog.h
index 7912573..974e28b 100644
--- a/gspell/gspell-checker-dialog.h
+++ b/gspell/gspell-checker-dialog.h
@@ -56,5 +56,3 @@ GspellNavigator *     gspell_checker_dialog_get_spell_navigator       (GspellCheckerDialog
 G_END_DECLS
 
 #endif  /* GSPELL_CHECKER_DIALOG_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-checker-private.h b/gspell/gspell-checker-private.h
index be766f1..324ce00 100644
--- a/gspell/gspell-checker-private.h
+++ b/gspell/gspell-checker-private.h
@@ -31,5 +31,3 @@ void          _gspell_checker_force_set_language      (GspellChecker        *checker,
 G_END_DECLS
 
 #endif  /* GSPELL_CHECKER_PRIVATE_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-checker.c b/gspell/gspell-checker.c
index be6a4f7..1aef3b4 100644
--- a/gspell/gspell-checker.c
+++ b/gspell/gspell-checker.c
@@ -659,5 +659,3 @@ gspell_checker_get_enchant_dict (GspellChecker *checker)
        priv = gspell_checker_get_instance_private (checker);
        return priv->dict;
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-checker.h b/gspell/gspell-checker.h
index bab3617..8e7760d 100644
--- a/gspell/gspell-checker.h
+++ b/gspell/gspell-checker.h
@@ -130,5 +130,3 @@ EnchantDict *       gspell_checker_get_enchant_dict         (GspellChecker *checker);
 G_END_DECLS
 
 #endif  /* GSPELL_CHECKER_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-context-menu.c b/gspell/gspell-context-menu.c
index 1e21010..8d715a5 100644
--- a/gspell/gspell-context-menu.c
+++ b/gspell/gspell-context-menu.c
@@ -343,5 +343,3 @@ _gspell_context_menu_get_suggestions_menu_item (GspellChecker
 
        return menu_item;
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-context-menu.h b/gspell/gspell-context-menu.h
index ee2e430..9117be2 100644
--- a/gspell/gspell-context-menu.h
+++ b/gspell/gspell-context-menu.h
@@ -46,5 +46,3 @@ GtkMenuItem * _gspell_context_menu_get_suggestions_menu_item  (GspellChecker
 G_END_DECLS
 
 #endif /* GSPELL_CONTEXT_MENU_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-current-word-policy.h b/gspell/gspell-current-word-policy.h
index be3f69b..fe03833 100644
--- a/gspell/gspell-current-word-policy.h
+++ b/gspell/gspell-current-word-policy.h
@@ -83,5 +83,3 @@ void          _gspell_current_word_policy_text_deleted                
(GspellCurrentWordPolicy *policy
 G_END_DECLS
 
 #endif /* GSPELL_CURRENT_WORD_POLICY_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-entry-buffer.c b/gspell/gspell-entry-buffer.c
index 12401b4..cda1dfa 100644
--- a/gspell/gspell-entry-buffer.c
+++ b/gspell/gspell-entry-buffer.c
@@ -249,5 +249,3 @@ gspell_entry_buffer_set_spell_checker (GspellEntryBuffer *gspell_buffer,
                g_object_notify (G_OBJECT (gspell_buffer), "spell-checker");
        }
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-entry-buffer.h b/gspell/gspell-entry-buffer.h
index 73d85fd..4a87d15 100644
--- a/gspell/gspell-entry-buffer.h
+++ b/gspell/gspell-entry-buffer.h
@@ -53,5 +53,3 @@ void                  gspell_entry_buffer_set_spell_checker           (GspellEntryBuffer 
*gspell_buffer,
 G_END_DECLS
 
 #endif /* GSPELL_ENTRY_BUFFER_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-entry-private.h b/gspell/gspell-entry-private.h
index 8e5c050..b8e7e0d 100644
--- a/gspell/gspell-entry-private.h
+++ b/gspell/gspell-entry-private.h
@@ -30,5 +30,3 @@ const GSList *        _gspell_entry_get_misspelled_words      (GspellEntry *gspell_entry);
 G_END_DECLS
 
 #endif /* GSPELL_ENTRY_PRIVATE_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-entry-utils.c b/gspell/gspell-entry-utils.c
index a2c9da1..7c37735 100644
--- a/gspell/gspell-entry-utils.c
+++ b/gspell/gspell-entry-utils.c
@@ -248,5 +248,3 @@ _gspell_entry_utils_get_char_position_at_event (GtkEntry       *entry,
        buffer_text = gtk_entry_get_text (entry);
        return g_utf8_pointer_to_offset (buffer_text, buffer_text + text_index);
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-entry-utils.h b/gspell/gspell-entry-utils.h
index 7370f81..d02b66c 100644
--- a/gspell/gspell-entry-utils.h
+++ b/gspell/gspell-entry-utils.h
@@ -58,5 +58,3 @@ gint           _gspell_entry_utils_get_char_position_at_event (GtkEntry       *entry,
 G_END_DECLS
 
 #endif /* GSPELL_ENTRY_UTILS_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-entry.c b/gspell/gspell-entry.c
index 5dbec49..0169f25 100644
--- a/gspell/gspell-entry.c
+++ b/gspell/gspell-entry.c
@@ -1230,5 +1230,3 @@ _gspell_entry_get_misspelled_words (GspellEntry *gspell_entry)
 
        return gspell_entry->misspelled_words;
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-entry.h b/gspell/gspell-entry.h
index bd225ef..aa3993a 100644
--- a/gspell/gspell-entry.h
+++ b/gspell/gspell-entry.h
@@ -55,5 +55,3 @@ void          gspell_entry_set_inline_spell_checking  (GspellEntry *gspell_entry,
 G_END_DECLS
 
 #endif /* GSPELL_ENTRY_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-init.c b/gspell/gspell-init.c
index 683d2f0..625c7c7 100644
--- a/gspell/gspell-init.c
+++ b/gspell/gspell-init.c
@@ -166,5 +166,3 @@ gspell_constructor (void)
 #else
 #  error Your platform/compiler is missing constructor support
 #endif
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-inline-checker-text-buffer.c b/gspell/gspell-inline-checker-text-buffer.c
index 958a417..950ea3e 100644
--- a/gspell/gspell-inline-checker-text-buffer.c
+++ b/gspell/gspell-inline-checker-text-buffer.c
@@ -1481,5 +1481,3 @@ _gspell_inline_checker_text_buffer_get_highlight_tag (GspellInlineCheckerTextBuf
 
        return spell->highlight_tag;
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-inline-checker-text-buffer.h b/gspell/gspell-inline-checker-text-buffer.h
index 988041b..061493f 100644
--- a/gspell/gspell-inline-checker-text-buffer.h
+++ b/gspell/gspell-inline-checker-text-buffer.h
@@ -65,5 +65,3 @@ GtkTextTag *
 G_END_DECLS
 
 #endif  /* GSPELL_INLINE_CHECKER_TEXT_BUFFER_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-language-chooser-button.c b/gspell/gspell-language-chooser-button.c
index 72ba09e..1ebd9ea 100644
--- a/gspell/gspell-language-chooser-button.c
+++ b/gspell/gspell-language-chooser-button.c
@@ -324,5 +324,3 @@ gspell_language_chooser_button_new (const GspellLanguage *current_language)
                             "language", current_language,
                             NULL);
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-language-chooser-button.h b/gspell/gspell-language-chooser-button.h
index 5dd9204..13f8836 100644
--- a/gspell/gspell-language-chooser-button.h
+++ b/gspell/gspell-language-chooser-button.h
@@ -51,5 +51,3 @@ GtkWidget *   gspell_language_chooser_button_new      (const GspellLanguage *current_la
 G_END_DECLS
 
 #endif /* GSPELL_LANGUAGE_CHOOSER_BUTTON_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-language-chooser-dialog.c b/gspell/gspell-language-chooser-dialog.c
index beac697..6f35b9c 100644
--- a/gspell/gspell-language-chooser-dialog.c
+++ b/gspell/gspell-language-chooser-dialog.c
@@ -494,5 +494,3 @@ gspell_language_chooser_dialog_new (GtkWindow            *parent,
                             "use-header-bar", (flags & GTK_DIALOG_USE_HEADER_BAR) != 0,
                             NULL);
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-language-chooser-dialog.h b/gspell/gspell-language-chooser-dialog.h
index 39278b6..21c05fc 100644
--- a/gspell/gspell-language-chooser-dialog.h
+++ b/gspell/gspell-language-chooser-dialog.h
@@ -54,5 +54,3 @@ GtkWidget *   gspell_language_chooser_dialog_new              (GtkWindow            *parent,
 G_END_DECLS
 
 #endif  /* GSPELL_LANGUAGE_CHOOSER_DIALOG_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-language-chooser.c b/gspell/gspell-language-chooser.c
index 164e6fd..d0e5885 100644
--- a/gspell/gspell-language-chooser.c
+++ b/gspell/gspell-language-chooser.c
@@ -173,5 +173,3 @@ gspell_language_chooser_set_language_code (GspellLanguageChooser *chooser,
 
        GSPELL_LANGUAGE_CHOOSER_GET_IFACE (chooser)->set_language (chooser, lang);
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-language-chooser.h b/gspell/gspell-language-chooser.h
index ed24fd5..43fbeb6 100644
--- a/gspell/gspell-language-chooser.h
+++ b/gspell/gspell-language-chooser.h
@@ -68,5 +68,3 @@ void                  gspell_language_chooser_set_language_code       
(GspellLanguageChooser *chooser
 G_END_DECLS
 
 #endif /* GSPELL_LANGUAGE_CHOOSER_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-language.c b/gspell/gspell-language.c
index c1274f4..3006f66 100644
--- a/gspell/gspell-language.c
+++ b/gspell/gspell-language.c
@@ -308,5 +308,3 @@ gspell_language_free (GspellLanguage *language)
 {
        g_return_if_fail (language != NULL);
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-language.h b/gspell/gspell-language.h
index 1d83d19..effc579 100644
--- a/gspell/gspell-language.h
+++ b/gspell/gspell-language.h
@@ -73,5 +73,3 @@ void          gspell_language_free                    (GspellLanguage *language);
 G_END_DECLS
 
 #endif /* GSPELL_LANGUAGE_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-navigator-text-view.c b/gspell/gspell-navigator-text-view.c
index 166232d..3f68560 100644
--- a/gspell/gspell-navigator-text-view.c
+++ b/gspell/gspell-navigator-text-view.c
@@ -549,5 +549,3 @@ gspell_navigator_text_view_get_view (GspellNavigatorTextView *navigator)
        priv = gspell_navigator_text_view_get_instance_private (navigator);
        return priv->view;
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-navigator-text-view.h b/gspell/gspell-navigator-text-view.h
index 53cfd78..84adf5f 100644
--- a/gspell/gspell-navigator-text-view.h
+++ b/gspell/gspell-navigator-text-view.h
@@ -55,5 +55,3 @@ GtkTextView *         gspell_navigator_text_view_get_view     (GspellNavigatorTextView *nav
 G_END_DECLS
 
 #endif /* GSPELL_NAVIGATOR_TEXT_VIEW_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-navigator.c b/gspell/gspell-navigator.c
index 9029053..239154c 100644
--- a/gspell/gspell-navigator.c
+++ b/gspell/gspell-navigator.c
@@ -167,5 +167,3 @@ gspell_navigator_change_all (GspellNavigator *navigator,
 
        GSPELL_NAVIGATOR_GET_IFACE (navigator)->change_all (navigator, word, change_to);
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-navigator.h b/gspell/gspell-navigator.h
index 211abf6..6f0d377 100644
--- a/gspell/gspell-navigator.h
+++ b/gspell/gspell-navigator.h
@@ -74,5 +74,3 @@ void          gspell_navigator_change_all     (GspellNavigator *navigator,
 G_END_DECLS
 
 #endif /* GSPELL_NAVIGATOR_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-osx.c b/gspell/gspell-osx.c
index e3b9615..05b3fff 100644
--- a/gspell/gspell-osx.c
+++ b/gspell/gspell-osx.c
@@ -64,5 +64,3 @@ _gspell_osx_get_preferred_spell_language ()
        [pool release];
        return ret;
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-osx.h b/gspell/gspell-osx.h
index a53aea3..3b67d40 100644
--- a/gspell/gspell-osx.h
+++ b/gspell/gspell-osx.h
@@ -34,5 +34,3 @@ gchar *       _gspell_osx_get_resource_path                   (void);
 G_END_DECLS
 
 #endif /* _GSPELL_OSX_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-text-buffer.c b/gspell/gspell-text-buffer.c
index 74bb6a9..db25348 100644
--- a/gspell/gspell-text-buffer.c
+++ b/gspell/gspell-text-buffer.c
@@ -271,5 +271,3 @@ gspell_text_buffer_set_spell_checker (GspellTextBuffer *gspell_buffer,
                g_object_notify (G_OBJECT (gspell_buffer), "spell-checker");
        }
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-text-buffer.h b/gspell/gspell-text-buffer.h
index 2b5e7ac..600119a 100644
--- a/gspell/gspell-text-buffer.h
+++ b/gspell/gspell-text-buffer.h
@@ -53,5 +53,3 @@ void                  gspell_text_buffer_set_spell_checker            (GspellTextBuffer 
*gspell_buffer,
 G_END_DECLS
 
 #endif /* GSPELL_TEXT_BUFFER_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-text-iter.c b/gspell/gspell-text-iter.c
index 70173c8..7840537 100644
--- a/gspell/gspell-text-iter.c
+++ b/gspell/gspell-text-iter.c
@@ -189,5 +189,3 @@ _gspell_text_iter_inside_word (const GtkTextIter *iter)
 
        return FALSE;
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-text-iter.h b/gspell/gspell-text-iter.h
index 5f332aa..575266a 100644
--- a/gspell/gspell-text-iter.h
+++ b/gspell/gspell-text-iter.h
@@ -42,5 +42,3 @@ gboolean      _gspell_text_iter_inside_word           (const GtkTextIter *iter);
 G_END_DECLS
 
 #endif /* GSPELL_TEXT_ITER_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-text-view.c b/gspell/gspell-text-view.c
index d5a0bb0..e6951c0 100644
--- a/gspell/gspell-text-view.c
+++ b/gspell/gspell-text-view.c
@@ -611,5 +611,3 @@ gspell_text_view_set_enable_language_menu (GspellTextView *gspell_view,
                g_object_notify (G_OBJECT (gspell_view), "enable-language-menu");
        }
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-text-view.h b/gspell/gspell-text-view.h
index 371f47c..dace325 100644
--- a/gspell/gspell-text-view.h
+++ b/gspell/gspell-text-view.h
@@ -70,5 +70,3 @@ void                  gspell_text_view_set_enable_language_menu       (GspellTextView 
*gspell_view,
 G_END_DECLS
 
 #endif /* GSPELL_TEXT_VIEW_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-utils.c b/gspell/gspell-utils.c
index 4bc8259..2482e55 100644
--- a/gspell/gspell-utils.c
+++ b/gspell/gspell-utils.c
@@ -280,5 +280,3 @@ _gspell_utils_improve_word_boundaries (const gchar  *text,
                cur_text_pos = g_utf8_find_next_char (cur_text_pos, NULL);
        }
 }
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-utils.h b/gspell/gspell-utils.h
index 7e02994..1e481bd 100644
--- a/gspell/gspell-utils.h
+++ b/gspell/gspell-utils.h
@@ -68,5 +68,3 @@ void          _gspell_utils_improve_word_boundaries   (const gchar  *text,
 G_END_DECLS
 
 #endif /* GSPELL_UTILS_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell-version.h b/gspell/gspell-version.h
index 6709177..1f151d1 100644
--- a/gspell/gspell-version.h
+++ b/gspell/gspell-version.h
@@ -40,5 +40,3 @@ G_BEGIN_DECLS
 G_END_DECLS
 
 #endif /* GSPELL_VERSION_H */
-
-/* ex:set ts=8 noet: */
diff --git a/gspell/gspell.h b/gspell/gspell.h
index e3dc719..0d0fcfd 100644
--- a/gspell/gspell.h
+++ b/gspell/gspell.h
@@ -41,5 +41,3 @@
 #undef GSPELL_H_INSIDE
 
 #endif /* GSPELL_H */
-
-/* ex:set ts=8 noet: */
diff --git a/tests/test-entry.c b/tests/test-entry.c
index 03a5ae7..fc47251 100644
--- a/tests/test-entry.c
+++ b/tests/test-entry.c
@@ -180,5 +180,3 @@ main (gint    argc,
 
        return 0;
 }
-
-/* ex:set ts=8 noet: */
diff --git a/tests/test-text-view-basic.c b/tests/test-text-view-basic.c
index 4e2da36..7854b54 100644
--- a/tests/test-text-view-basic.c
+++ b/tests/test-text-view-basic.c
@@ -52,5 +52,3 @@ main (gint    argc,
 
        return 0;
 }
-
-/* ex:set ts=8 noet: */
diff --git a/tests/test-text-view.c b/tests/test-text-view.c
index 64d18a6..86c9c8f 100644
--- a/tests/test-text-view.c
+++ b/tests/test-text-view.c
@@ -264,5 +264,3 @@ main (gint    argc,
 
        return 0;
 }
-
-/* ex:set ts=8 noet: */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]