[gedit-plugins] Remove findinfiles plugin - prepa



commit 954df8da7c118940e5a35199452c201b35a9a66e
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Mon Jul 18 05:15:10 2022 +0200

    Remove findinfiles plugin - prepa
    
    The plugins/findinfiles/ dir will be removed in a second commit.

 meson.build       | 1 -
 meson_options.txt | 1 -
 2 files changed, 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 2134d0d..1efe0ae 100644
--- a/meson.build
+++ b/meson.build
@@ -52,7 +52,6 @@ all_plugins = {
   'colorschemer': {'language': 'python'},
   'commander': {'language': 'python'},
   'drawspaces': {'language': 'c'},
-  'findinfiles': {'language': 'vala'},
   'git': {'language': 'python'},
   'joinlines': {'language': 'python'},
   'multiedit': {'language': 'python'},
diff --git a/meson_options.txt b/meson_options.txt
index 1771a76..eeba3be 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,7 +6,6 @@ option('plugin_colorpicker', type: 'boolean')
 option('plugin_colorschemer', type: 'boolean')
 option('plugin_commander', type: 'boolean')
 option('plugin_drawspaces', type: 'boolean')
-option('plugin_findinfiles', type: 'boolean')
 option('plugin_git', type: 'boolean')
 option('plugin_joinlines', type: 'boolean')
 option('plugin_multiedit', type: 'boolean')


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