mg: add new package/microscopic emacs style editor

For Emacsian!

You can use "Dired", which is Emacsian's favorite.
You can also use "re-search".

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
Hirokazu MORIKAWA
2019-05-17 13:23:37 +09:00
parent 211d3d1a3e
commit 41b1b08115
4 changed files with 201 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/re_search.c
+++ b/re_search.c
@@ -16,7 +16,7 @@
#ifdef REGEX
#include <sys/queue.h>
#include <sys/types.h>
-#include <regex.h>
+#include <pcreposix.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>