From 1db43ea7eea62e3add2144a82ed857dadc585c03 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 26 Feb 2013 18:55:07 +0100 Subject: [PATCH] Update TODO --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index 697a7744..91dfef14 100644 --- a/TODO +++ b/TODO @@ -21,4 +21,15 @@ Medium Priority For example Kakoune should provide a way to run a completion shell command without freezing until the completer returns. +* Mouse support + +* Crash recovery support (swap files) + +* Sanitize prompt history handling, hooks should not have side effects + on history + +* Rework jump list. one DynamicSelectionList per jump is too slow when + many selections are used (each buffer change makes all jumps update all + their selections) + * automatic line splitting/paragraph formatting