From 5523f10235b757928bec9bcc47fc4aa75ef8aa3b Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 4 Apr 2014 16:39:49 +0100 Subject: [PATCH] update TODO --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index bcf9e30b..98c3568a 100644 --- a/TODO +++ b/TODO @@ -64,8 +64,6 @@ the interpreters, regex for finding used kak variables (ability to add direct python/perl/ruby/whatever evaluation). -* %rec{...%opt{tchou}...%sh{echo kanaky}} ~= "...${kak_opt_tchou}...$(echo kanaky)..." - * Optimize BufferModificationListener behaviour: - Editor should modify in reverse order, as a modification at one point does not @@ -116,3 +114,5 @@ * Comments and strings should be more integrated than just highlighting, matching chars for example should be strings and comments aware + +* Access to clients env vars (kak_client_env_WINDOWID)