aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-06-25 23:31:04 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2008-06-25 23:31:04 -0400
commit32eff723437321048d2833b6b2e1a8a7dd720abb (patch)
treeb9fbb5813672c77218843fd3a9ef79aa8bf49c76
parent1f2eb202c5335ff4ee0d0850d4302bd9c4cb19de (diff)
downloadtextadept-32eff723437321048d2833b6b2e1a8a7dd720abb.tar.gz
textadept-32eff723437321048d2833b6b2e1a8a7dd720abb.zip
Colourise from 0, not 1 when refreshing; core/ext/key_commands.lua
-rw-r--r--core/ext/key_commands.lua2
1 files changed, 1 insertions, 1 deletions
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 }