From 4750c92b899da2426c4b206d36fb614fbf4c9da9 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 21 Oct 2013 18:58:56 +0100 Subject: [PATCH] Update TODO --- TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 29392ac9..bafe0b5b 100644 --- a/TODO +++ b/TODO @@ -14,8 +14,6 @@ * Crash recovery support (swap files) -* Detect external file changes - * Sanitize prompt history handling, hooks should not have side effects on history @@ -44,7 +42,9 @@ - More automatic hiding behaviour -* improve the option based completion +* improve insert completion + + - Detect when the following text is matching the inserted completion - Support different options (setb completers word,option=cpp_completions,option=spell_completions)