pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mle: added COMMIT_MSG



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Sat Mar 2 21:11:17 2024 -0500
Changeset:	4d4b0994e8073cd96de5414e9eaf51f6190aa768

Added Files:
	mle/COMMIT_MSG

Log Message:
mle: added COMMIT_MSG

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4d4b0994e8073cd96de5414e9eaf51f6190aa768

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mle/COMMIT_MSG | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diffs:
diff --git a/mle/COMMIT_MSG b/mle/COMMIT_MSG
new file mode 100644
index 0000000000..7cf415a37e
--- /dev/null
+++ b/mle/COMMIT_MSG
@@ -0,0 +1,25 @@
+editors/mle: Add mle version 1.7.2
+
+mle is a small, flexible, terminal-based text editor written in C.
+Its features include:
+
+* Full UTF-8 support
+* Syntax highlighting
+* Stackable key maps (modes)
+* Extensible via Lua
+* Scriptable rc file
+* Key macros
+* Multiple splittable windows
+* Regex search and replace
+* Large file support
+* Incremental search
+* Linear undo and redo
+* Multiple cursors
+* Auto indent
+* Headless mode
+* Navigation via ctags
+* Movement via less
+* Fuzzy file search via fzf
+* File browsing via tree
+* File grep via grep
+* String manip via perl


Home | Main Index | Thread Index | Old Index