Minor touch-up.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2015-02-03 21:34:15 +01:00
parent 426a32f771
commit 256e6106c7

View File

@ -11,10 +11,10 @@ no external dependencies, except a C library.
Verify custom completion handlers Verify custom completion handlers
--------------------------------- ---------------------------------
Verify for 1.14.0 that custom completion handlers still work After Verify for v1.14.0 that custom completion handlers still work After
reverting "fix" in 0.2.2 that made rl_complete() a function pointer we reverting a "fix" in v0.2.2 that made `rl_complete()` a function pointer
need to make sure the same functionality is still available with the new we need to make sure the same functionality is still available with the
infrastructure. (Which is more inspired by BSD libedit and GNU new infrastructure. Which is more inspired by BSD libedit and GNU
readline. readline.