From cc7b4f815f63fece30b01ad46349cd1cacd35c6e Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 12 Nov 2013 20:41:14 +0000 Subject: [PATCH] Update TODO, README --- README.asciidoc | 2 ++ TODO | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index ada43caa..801aeea9 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -537,6 +537,8 @@ existing hooks are: name * +WinSetOption+: An option was set in a window context, the filtering text is '=' + * +BufSetOption+: An option was set in a buffer context, the filtering text + is '=' * +BufNew+: A buffer for a new file has been created, filename is used for filtering * +BufOpen+: A buffer for an existing file has been created, filename is diff --git a/TODO b/TODO index 1a549051..47f20c44 100644 --- a/TODO +++ b/TODO @@ -86,9 +86,6 @@ - 1,2,3 remove selections 1, 2 and 3 -* add a mimetype option always set by 'file', and add hooks for - setting filetype depending on mimetype. - * Make kakoune self-documenting - Add doc strings to commands, display them in info boxes when entering command