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 2659764142b8becb0f67f8d0732760db4e169287
 (DIR) parent 373605a774c9f8fe27885a0def6f77dbca156d18
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  7 Aug 2019 11:03:17 +0200
       
       Update TODO
       
       Diffstat:
         M TODO                                |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/TODO b/TODO
       t@@ -3,13 +3,14 @@
        - Implementing most Vi binds
        - Allow sending editor to background
        - Implement command mode
       +- Allow call of commands with keybinds
        - Implement visual mode
        - Implement yank and paste
        - Implement regular expressions during search
        - Implement syntax highlighting
        
        # Interfacing
       -- Allow call of external processes with keybindings
       +- Allow call of external processes with commands (sed?, sam?)
        - Allow IO pipes to external proceses
        
        # Multiple files