tUpdate todo - ve - a minimal text editor (work in progress)
(HTM) git clone git://src.adamsgaard.dk/ve
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 130cbb55f9d318c2e0808b5a144f5547630b9b36
(DIR) parent 2ef5da8cd8f1097598e45230ee0ff00b60a29cc4
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 7 Aug 2019 12:57:04 +0200
Update todo
Diffstat:
M TODO | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/TODO b/TODO
t@@ -9,6 +9,8 @@ Core functionality:
- Implement yank and paste
- Implement regular expressions during search
- Implement syntax highlighting
+ - Full unicode support
+ - Keep indentation level, adjust with > and <
Interfacing:
- Allow call of external processes with commands (sed?, sam?)