From 256e6106c7f4c61e2fbb65d6141cc4e7c75d73e6 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Tue, 3 Feb 2015 21:34:15 +0100 Subject: [PATCH] Minor touch-up. Signed-off-by: Joachim Nilsson --- TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index dcc66a9..5f28148 100644 --- a/TODO.md +++ b/TODO.md @@ -11,10 +11,10 @@ no external dependencies, except a C library. Verify custom completion handlers --------------------------------- -Verify for 1.14.0 that custom completion handlers still work After -reverting "fix" in 0.2.2 that made rl_complete() a function pointer we -need to make sure the same functionality is still available with the new -infrastructure. (Which is more inspired by BSD libedit and GNU +Verify for v1.14.0 that custom completion handlers still work After +reverting a "fix" in v0.2.2 that made `rl_complete()` a function pointer +we need to make sure the same functionality is still available with the +new infrastructure. Which is more inspired by BSD libedit and GNU readline.