From 32eff723437321048d2833b6b2e1a8a7dd720abb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 25 Jun 2008 23:31:04 -0400 Subject: Colourise from 0, not 1 when refreshing; core/ext/key_commands.lua --- core/ext/key_commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ext') diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index 83d88f47..3af58a59 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -215,4 +215,4 @@ keys.ct.f = { function() local buffer = buffer buffer:toggle_fold( buffer:line_from_position(buffer.current_pos) ) end } -keys.f5 = { 'colourise', b, 1, -1 } +keys.f5 = { 'colourise', b, 0, -1 } -- cgit v1.2.3