From 2e839ac607bd8e236832595f01f7bf5741586ef6 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 8 Nov 2013 19:03:42 +0000 Subject: [PATCH] update TODO --- TODO | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index 499856c6..59d8cbcd 100644 --- a/TODO +++ b/TODO @@ -17,12 +17,6 @@ * Sanitize prompt history handling, hooks should not have side effects on history -* improve input filters - - - try to have a decent C++ input mode indenter - - - automatic line splitting - * improve highlighters - folding support @@ -66,8 +60,6 @@ * Tree based undo -* incrementation/decrementation of integers support - * more sane command line parsing, better shell interaction with quoting - Real parsing of the command line ? @@ -76,8 +68,6 @@ the interpreters, regex for finding used kak variables (ability to add direct python/perl/ruby/whatever evaluation). -* tab support for indentation - * %rec{...%opt{tchou}...%sh{echo kanaky}} ~= "...${kak_opt_tchou}...$(echo kanaky)..." * Optimize BufferModificationListener behaviour: @@ -114,3 +104,7 @@ . make doc compiles kakoune, and run doc generation: +./kak -help commands > ../doc/commands.asciidoc+ with README.asciidoc including commands ? + +* Handle command lines larger than window + +* Support disabling hooks executions in :exec and :eval